[llvm] [Exegesis][RISCV] Add RISCV support for llvm-exegesis (PR #89047)

Min-Yih Hsu via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 17 09:46:37 PDT 2024


================
@@ -235,7 +237,7 @@ static cl::opt<std::string>
 static cl::opt<std::string>
     MCPU("mcpu",
          cl::desc("Target a specific cpu type (-mcpu=help for details)"),
-         cl::value_desc("cpu-name"), cl::cat(Options), cl::init("native"));
+         cl::value_desc("cpu-name"), cl::cat(Options), cl::init(""));
----------------
mshockwave wrote:

I kind of knowing why you made this change here, but I think it's better to leave it `native`.

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


More information about the llvm-commits mailing list