diff --git a/llvm/tools/llvm-exegesis/lib/AArch64/Target.cpp b/llvm/tools/llvm-exegesis/lib/AArch64/Target.cpp index 6d8e19e5820c7..b7ea1a75feee6 100644 --- a/llvm/tools/llvm-exegesis/lib/AArch64/Target.cpp +++ b/llvm/tools/llvm-exegesis/lib/AArch64/Target.cpp @@ -18,6 +18,9 @@ #ifndef PR_PAC_GET_ENABLED_KEYS #define PR_PAC_GET_ENABLED_KEYS 61 #endif +#ifndef PR_PAC_APIAKEY +#define PR_PAC_APIAKEY (1UL << 0) +#endif #endif #define GET_AVAILABLE_OPCODE_CHECKER