craig.topper added inline comments.

================
Comment at: llvm/lib/Support/RISCVISAInfo.cpp:903
+    return createStringError(errc::invalid_argument,
+                             "zcmt is not allowed when c is specified");
+
----------------
Extension names should be in single quotes.

Should we use `'zcmt' and 'c' extensions are incompatible` to match line 863?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133863

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

Reply via email to