erichkeane added inline comments.

================
Comment at: clang/lib/Parse/ParsePragma.cpp:4051
 
+  if (II->isStr("vector"))
+    Actions.DeclareRISCVVBuiltins = true;
----------------
So I'd say leave this where it was.  Once line 4043 happens, II is stable, we 
just need to make sure it doesn't get changed (which I see it doesnt).  So I'd 
probably just put this back where it was.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D150895/new/

https://reviews.llvm.org/D150895

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to