summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorChris Bieneman <beanz@apple.com>2016-08-15 20:15:22 +0000
committerChris Bieneman <beanz@apple.com>2016-08-15 20:15:22 +0000
commit463e556c5da5d5c5796a3862d50874bffa7ea8d6 (patch)
tree7bd9d701b0663f1e22310778db5e14552c1f3961 /cmake
parent0545f01df0bae759357416c7a9c9c6b32642e473 (diff)
[CMake] Apple stage1 doesn't need to set libcxx options
LibCXX settings are configured in stage2 so we don't need them here. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@278729 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'cmake')
-rw-r--r--cmake/caches/Apple-stage1.cmake5
1 files changed, 0 insertions, 5 deletions
diff --git a/cmake/caches/Apple-stage1.cmake b/cmake/caches/Apple-stage1.cmake
index 814cfdf486..32159811a8 100644
--- a/cmake/caches/Apple-stage1.cmake
+++ b/cmake/caches/Apple-stage1.cmake
@@ -27,11 +27,6 @@ set(CLANG_BOOTSTRAP_PASSTHROUGH
set(BOOTSTRAP_LLVM_ENABLE_LTO ON CACHE BOOL "")
set(CMAKE_BUILD_TYPE RelWithDebInfo CACHE STRING "")
-# LIBCXX Settings
-set(LIBCXX_INSTALL_LIBRARY OFF CACHE BOOL "")
-set(LIBCXX_INSTALL_HEADERS ON CACHE BOOL "")
-set(LIBCXX_OVERRIDE_DARWIN_INSTALL ON CACHE BOOL "")
-
set(CLANG_BOOTSTRAP_TARGETS
generate-order-file
check-all