[llvm] [llvm-exegesis][AArch64] Disable pauth and ldgm as unsupported instructions (PR #132346)
Lakshay Kumar via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 3 08:07:06 PDT 2025
================
@@ -9,12 +9,54 @@
#include "AArch64.h"
#include "AArch64RegisterInfo.h"
+#include <linux/prctl.h> // For PR_PAC_* constants
+#include <sys/prctl.h>
----------------
lakshayk-nv wrote:
Done, Thanks :)
https://github.com/llvm/llvm-project/pull/132346
More information about the llvm-commits
mailing list