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

Abhilash Majumder via llvm-commits llvm-commits at lists.llvm.org
Mon May 12 00:45:46 PDT 2025


================
@@ -199,6 +200,11 @@ class ExegesisAArch64Target : public ExegesisTarget {
     PM.add(createAArch64ExpandPseudoPass());
   }
 
+  static long prctl_wrapper(int op, long arg2 = 0, long arg3 = 0, long arg4 = 0,
----------------
abhilash1910 wrote:

Just acting as a wrapper class based on @atrosinenko 's suggestion. 

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


More information about the llvm-commits mailing list