summaryrefslogtreecommitdiff
path: root/src/cxa_personality.cpp
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2015-04-28 02:52:47 +0000
committerSaleem Abdulrasool <compnerd@compnerd.org>2015-04-28 02:52:47 +0000
commit722df3eb63676951b672d61918ed6fc3cf7c4f5d (patch)
tree495abb8489ca60e2611e8346738cfbfb14f548e8 /src/cxa_personality.cpp
parent352f1348fa7e4e1465d88628e95e66af3a5f43f1 (diff)
downloadlibcxxabi-722df3eb63676951b672d61918ed6fc3cf7c4f5d.tar.gz
libc++abi: work around layering violation
This papers over a layering violation currently between libc++abi and libunwind. It reaches into the sources to get the declaration of an ABI defined function. This should allow the ARM buildbot to continue building libc++abi again. git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@235965 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'src/cxa_personality.cpp')
-rw-r--r--src/cxa_personality.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cxa_personality.cpp b/src/cxa_personality.cpp
index a0883c1..0cdc52f 100644
--- a/src/cxa_personality.cpp
+++ b/src/cxa_personality.cpp
@@ -24,7 +24,7 @@
#include "unwind.h"
#if LIBCXXABI_ARM_EHABI
-#include "Unwind/libunwind_ext.h"
+#include "libunwind_ext.h"
#endif
/*