[PATCH] D110669: [RISCV] Update Zba, Zbb, Zbc, and Zbs version from 0.93 to 1.0.

Shao-Ce SUN via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 12 22:13:41 PDT 2021


achieveartificialintelligence added inline comments.


================
Comment at: clang/lib/Driver/ToolChains/Arch/RISCV.cpp:63-65
+  if (Ext == "zbe" ||
       Ext == "zbf" || Ext == "zbm" || Ext == "zbp" || Ext == "zbr" ||
+      Ext == "zbt")
----------------
Need format here?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110669



More information about the cfe-commits mailing list