[clang] [llvm] [RISCV] Support RISC-V Profiles in -march option (PR #76357)

Brandon Wu via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 13 18:30:11 PDT 2024


================
@@ -36,6 +36,11 @@ struct RISCVSupportedExtension {
   }
 };
 
+struct RISCVProfile {
----------------
4vtomat wrote:

Very minor too, if you use std::pair, could you add the comments describing what the fields represent?

https://github.com/llvm/llvm-project/pull/76357


More information about the cfe-commits mailing list