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

Philip Reames via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 13 10:46:27 PDT 2024


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

Very minor, but I believe you can use std::pair here instead.  

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


More information about the cfe-commits mailing list