[llvm] [llvm-exegesis][AArch64] Check for PAC keys before disabling them (PR #138643)

Aiden Grossman via llvm-commits llvm-commits at lists.llvm.org
Wed May 7 12:50:11 PDT 2025


================
@@ -207,16 +207,26 @@ class ExegesisAArch64Target : public ExegesisTarget {
 
     if (isPointerAuth(Opcode)) {
 #if defined(__aarch64__) && defined(__linux__)
+      
+      // Fix for some systems where PAC/PAG keys are present but is 
----------------
boomanaiden154 wrote:

This doesn't really describe the why that I am asking about. This being "better" or "safer" doesn't really mean anything to someone who doesn't already understand the pointer authentication flow.

https://github.com/llvm/llvm-project/pull/138643


More information about the llvm-commits mailing list