[clang] [llvm] [RISCV] Teach .option arch to support experimental extensions. (PR #89727)
    Craig Topper via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Apr 23 22:00:43 PDT 2024
    
    
  
================
@@ -51,6 +51,9 @@ STATISTIC(RISCVNumInstrsCompressed,
 
 static cl::opt<bool> AddBuildAttributes("riscv-add-build-attributes",
                                         cl::init(false));
+static cl::opt<bool>
+    DisableExperimentalExtension("riscv-disable-experimental-ext",
----------------
topperc wrote:
Why disable instead of enable?
https://github.com/llvm/llvm-project/pull/89727
    
    
More information about the llvm-commits
mailing list