[llvm] [llvm-exegesis][AArch64] Disable pauth and ldgm as unsupported instructions (PR #132346)
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 3 12:33:52 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) {
----------------
boomanaiden154 wrote:
Same for this file for formatting.
https://github.com/llvm/llvm-project/pull/132346
More information about the llvm-commits
mailing list