[llvm] [llvm-exegesis][AArch64] Check for PAC keys before disabling them (PR #138643)
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 3 00:25:06 PDT 2025
================
@@ -643,8 +648,7 @@ static void analysisMain() {
errorOrToExpected(MemoryBuffer::getFile(BenchmarkFile, /*IsText=*/true)));
const auto TriplesAndCpus = ExitOnFileError(
- BenchmarkFile,
- Benchmark::readTriplesAndCpusFromYamls(*MemoryBuffer));
+ BenchmarkFile, Benchmark::readTriplesAndCpusFromYamls(*MemoryBuffer));
----------------
boomanaiden154 wrote:
Same here regarding formatting.
https://github.com/llvm/llvm-project/pull/138643
More information about the llvm-commits
mailing list