craig.topper added inline comments.

================
Comment at: clang/lib/Sema/Sema.cpp:2052
+      Diag(Loc, diag::err_riscv_type_requires_extension, FD)
+          << Ty << "experimental-zvfh";
+    }
----------------
experimental- is an internal naming scheme. "experimental-" is not used in 
-march so it should be in the error message.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143657

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

Reply via email to