[llvm] [llvm-exegesis] [AArch64] Resolving "not all operands are initialized by snippet generator" (PR #142529)

Aiden Grossman via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 19 12:58:55 PDT 2025


================
@@ -10,7 +10,14 @@
 #include "AArch64RegisterInfo.h"
 
 #if defined(__aarch64__) && defined(__linux__)
-#include <sys/prctl.h> // For PR_PAC_* constants
+#include <linux/prctl.h> // For PR_PAC_* constants
+#include <sys/prctl.h>
----------------
boomanaiden154 wrote:

These seem to be getting pulled in from a different patch?

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


More information about the llvm-commits mailing list