]> granicus.if.org Git - clang/commitdiff
[CMake] Apple stage1 doesn't need to set libcxx options
authorChris Bieneman <beanz@apple.com>
Mon, 15 Aug 2016 20:15:22 +0000 (20:15 +0000)
committerChris Bieneman <beanz@apple.com>
Mon, 15 Aug 2016 20:15:22 +0000 (20:15 +0000)
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

cmake/caches/Apple-stage1.cmake

index 814cfdf48603dd9d5a59e80c77e7b050680701b2..32159811a884a9263f86835d386d1cfe5208821d 100644 (file)
@@ -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