[llvm] [llvm-exegesis][AArch64] Disable pauth and ldgm as unsupported instructions (PR #132346)
Lakshay Kumar via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 4 05:00:33 PDT 2025
================
@@ -281,7 +281,7 @@ static cl::opt<std::string> MAttr(
static ExitOnError ExitOnErr("llvm-exegesis error: ");
// Helper function that logs the error(s) and exits.
-template <typename... ArgTs> static void ExitWithError(ArgTs &&... Args) {
+template <typename... ArgTs> static void ExitWithError(ArgTs &&...Args) {
----------------
lakshayk-nv wrote:
Done, Thanks :)
https://github.com/llvm/llvm-project/pull/132346
More information about the llvm-commits
mailing list