craig.topper added inline comments.

================
Comment at: llvm/lib/Support/RISCVISAInfo.cpp:893
+        errc::invalid_argument,
+        "'zvknhb' requires 'zve64x' extension to also be specified");
+
----------------
For consistency with the Zvk* error, use

`"'zvknhb' requires 'v' or 'zve64*' extension to also be specified"`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141672

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

Reply via email to