[llvm] [llvm-exegesis][AArch64] Disable pauth and ldgm as unsupported instructions (PR #132346)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 3 02:10:34 PDT 2025
================
@@ -9,12 +9,54 @@
#include "AArch64.h"
#include "AArch64RegisterInfo.h"
+#include <linux/prctl.h> // For PR_PAC_* constants
+#include <sys/prctl.h>
----------------
davemgreen wrote:
This might need something like `#ifdef __linux__` to protect it on other systems.
https://github.com/llvm/llvm-project/pull/132346
More information about the llvm-commits
mailing list