summaryrefslogtreecommitdiffstats
path: root/libcxxabi/src
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2016-08-28 18:16:18 +0000
committerEric Fiselier <eric@efcs.ca>2016-08-28 18:16:18 +0000
commit4b3308c27feaed28ea2f08860cc2f9aec3c4d642 (patch)
treef87bc8c921c3a1f1d288e40e505cd7266391370f /libcxxabi/src
parent0b7b36a9dda2b66832f4e51f0aab937ea00110aa (diff)
downloadbcm5719-llvm-4b3308c27feaed28ea2f08860cc2f9aec3c4d642.tar.gz
bcm5719-llvm-4b3308c27feaed28ea2f08860cc2f9aec3c4d642.zip
[CMake] Apply r279151 cleanup to libc++abi.
This patch applies changes similar to those in r279515 to libc++abi. Summary of changes in this patch: * Renamed variable LLVM_CONFIG -> LLVM_CONFIG_PATH * Renamed variable LIBCXXABI_BUILT_STANDALONE -> LIBCXXABI_STANDALONE_BUILD * Add an include of AddLLVM in the tests subdirectory for add_lit_testsuite. llvm-svn: 279936
Diffstat (limited to 'libcxxabi/src')
-rw-r--r--libcxxabi/src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxxabi/src/CMakeLists.txt b/libcxxabi/src/CMakeLists.txt
index 3af703c5873..b6fca8215a2 100644
--- a/libcxxabi/src/CMakeLists.txt
+++ b/libcxxabi/src/CMakeLists.txt
@@ -55,7 +55,7 @@ endif()
append_if(libraries LIBCXXABI_HAS_C_LIB c)
if (LIBCXXABI_USE_LLVM_UNWINDER)
- if (NOT LIBCXXABI_BUILT_STANDALONE)
+ if (NOT LIBCXXABI_STANDALONE_BUILD)
if (LIBUNWIND_ENABLE_SHARED)
list(APPEND libraries unwind_shared)
else()
OpenPOWER on IntegriCloud