Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2014-07-11 19:36:02 +0400
committerDan Albert <danalbert@google.com>2014-07-11 19:36:02 +0400
commit7c06819ecdce83d1375b754183c90b7f4e4b8a8a (patch)
treed63411a6c67397e8d36cac570f1e34bf81e2e20d /libcxxabi/src/CMakeLists.txt
parent8e9a5b1899e30c20a3b659bc67a80f61569810b4 (diff)
Add support for building and testing the unwinder.
Note: The unwinder currently only works on Darwin and on ARM Linux. Non-ARM Linux support is not yet implemented, and will fail to build. llvm-svn: 212824
Diffstat (limited to 'libcxxabi/src/CMakeLists.txt')
-rw-r--r--libcxxabi/src/CMakeLists.txt8
1 files changed, 1 insertions, 7 deletions
diff --git a/libcxxabi/src/CMakeLists.txt b/libcxxabi/src/CMakeLists.txt
index 4bf860a91dff..ae0befbf0079 100644
--- a/libcxxabi/src/CMakeLists.txt
+++ b/libcxxabi/src/CMakeLists.txt
@@ -19,13 +19,7 @@ set(LIBCXXABI_SOURCES
typeinfo.cpp
)
-set(LIBCXXABI_HEADERS
- ../include/cxxabi.h
- ../include/libunwind.h
- ../include/unwind.h
-)
-
-append_if(LIBCXXABI_HEADERS APPLE ../include/mach-o/compact_unwind_encoding.h)
+set(LIBCXXABI_HEADERS ../include/cxxabi.h)
# Add all the headers to the project for IDEs.
if (MSVC_IDE OR XCODE)