[llvm] [llvm-exegesis][AArch64] Check for PAC keys before disabling them (PR #138643)
Abhilash Majumder via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 3 10:09:15 PDT 2025
================
@@ -107,6 +107,12 @@ static cl::opt<Benchmark::RepetitionModeE> RepetitionMode(
"Middle half loop mode")),
cl::init(Benchmark::Duplicate));
+static cl::opt<bool> AArch64DisablePacControl(
----------------
abhilash1910 wrote:
Yes added in the Target.cpp, thanks
https://github.com/llvm/llvm-project/pull/138643
More information about the llvm-commits
mailing list