mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 11:19:50 +03:00
10 lines
355 B
Diff
10 lines
355 B
Diff
--- a/llvm/tools/llvm-exegesis/lib/AArch64/Target.cpp
|
|
+++ b/llvm/tools/llvm-exegesis/lib/AArch64/Target.cpp
|
|
@@ -10,7 +10,6 @@
|
|
#include "AArch64RegisterInfo.h"
|
|
|
|
#if defined(__aarch64__) && defined(__linux__)
|
|
-#include <linux/prctl.h> // For PR_PAC_* constants
|
|
#include <sys/prctl.h>
|
|
#ifndef PR_PAC_SET_ENABLED_KEYS
|
|
#define PR_PAC_SET_ENABLED_KEYS 60
|