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

Lakshay Kumar via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 19 13:03:52 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>
----------------
lakshayk-nv wrote:

Yes, these are irrelevant to changes for this PRs. I will resolve them here by today. 
Thanks!

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


More information about the llvm-commits mailing list