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

David Green via llvm-commits llvm-commits at lists.llvm.org
Mon May 12 00:42:46 PDT 2025


================
@@ -207,15 +213,38 @@ class ExegesisAArch64Target : public ExegesisTarget {
 
     if (isPointerAuth(Opcode)) {
 #if defined(__aarch64__) && defined(__linux__)
+
----------------
davemgreen wrote:

Remove blank line

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


More information about the llvm-commits mailing list