[llvm] [llvm-exegesis][AArch64] Adding PR_PAC_APIAKEY macro definition (PR #137888)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 29 15:28:17 PDT 2025
github-actions[bot] wrote:
<!--LLVM CODE FORMAT COMMENT: {clang-format}-->
:warning: C/C++ code formatter, clang-format found issues in your code. :warning:
<details>
<summary>
You can test this locally with the following command:
</summary>
``````````bash
git-clang-format --diff HEAD~1 HEAD --extensions cpp -- llvm/tools/llvm-exegesis/lib/AArch64/Target.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/llvm/tools/llvm-exegesis/lib/AArch64/Target.cpp b/llvm/tools/llvm-exegesis/lib/AArch64/Target.cpp
index aa34522cd..b7ea1a75f 100644
--- a/llvm/tools/llvm-exegesis/lib/AArch64/Target.cpp
+++ b/llvm/tools/llvm-exegesis/lib/AArch64/Target.cpp
@@ -19,7 +19,7 @@
#define PR_PAC_GET_ENABLED_KEYS 61
#endif
#ifndef PR_PAC_APIAKEY
-#define PR_PAC_APIAKEY (1UL << 0)
+#define PR_PAC_APIAKEY (1UL << 0)
#endif
#endif
``````````
</details>
https://github.com/llvm/llvm-project/pull/137888
More information about the llvm-commits
mailing list