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

Craig Topper via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 19 20:22:57 PST 2024


================
@@ -96,12 +97,13 @@ class RISCVISAInfo {
 
 private:
   RISCVISAInfo(unsigned XLen)
-      : XLen(XLen), FLen(0), MinVLen(0), MaxELen(0), MaxELenFp(0) {}
+      : XLen(XLen), FLen(0), MinVLen(0), MaxELen(0), MaxELenFp(0), Profile() {}
----------------
topperc wrote:

No need to mention the default constructor for Profile

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


More information about the cfe-commits mailing list