asb accepted this revision.
asb added inline comments.

================
Comment at: clang/lib/Driver/ToolChains/Arch/RISCV.cpp:61
 isExperimentalExtension(StringRef Ext) {
-  if (Ext == "b" || Ext == "zbb" || Ext == "zbc" || Ext == "zbe" ||
+  if (Ext == "b" || Ext == "zba" || Ext == "zbb" || Ext == "zbc" || Ext == 
"zbe" ||
       Ext == "zbf" || Ext == "zbm" || Ext == "zbp" || Ext == "zbr" ||
----------------
Nit: clang-format's suggested reformatting seems sensible here


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D94617

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

Reply via email to