From 975ce1a9c839ce3d190d52a6820565d1ebeba43b Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Fri, 18 Sep 2015 15:14:06 +0200 Subject: [PATCH] llvm: asm/ptrace.h fix for aarch64. --- srcpkgs/llvm/files/patches/lldb/aarch64.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 srcpkgs/llvm/files/patches/lldb/aarch64.patch diff --git a/srcpkgs/llvm/files/patches/lldb/aarch64.patch b/srcpkgs/llvm/files/patches/lldb/aarch64.patch new file mode 100644 index 00000000000..edbb5385999 --- /dev/null +++ b/srcpkgs/llvm/files/patches/lldb/aarch64.patch @@ -0,0 +1,11 @@ +--- lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.cpp.orig 2015-09-18 10:27:18.722489350 +0000 ++++ lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.cpp 2015-09-18 09:48:27.475611875 +0000 +@@ -30,6 +30,7 @@ + #include + // NT_PRSTATUS and NT_FPREGSET definition + #include ++#include + + #define REG_CONTEXT_SIZE (GetGPRSize() + GetFPRSize()) + +