]> granicus.if.org Git - clang/commitdiff
[CMake] [Apple Clang] Enable Compiler-RT tests on stage2 builds
authorChris Bieneman <beanz@apple.com>
Tue, 28 Jun 2016 16:32:48 +0000 (16:32 +0000)
committerChris Bieneman <beanz@apple.com>
Tue, 28 Jun 2016 16:32:48 +0000 (16:32 +0000)
We want to be able to run the compiler-rt tests on stage2 build configurations in CI. This should enable that.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@274031 91177308-0d34-0410-b5e6-96231b3b80d8

cmake/caches/Apple-stage2.cmake

index a5ba535490b28927558526205fce679e4b19e0f8..9076868fd6d49342528b91b58093420abd644170 100644 (file)
@@ -21,8 +21,6 @@ set(COMPILER_RT_ENABLE_IOS ON CACHE BOOL "Build iOS Compiler-RT libraries")
 
 # Make unit tests (if present) part of the ALL target
 set(LLVM_BUILD_TESTS ON CACHE BOOL "")
-# Don't build or run the compiler-rt tests
-set(COMPILER_RT_INCLUDE_TESTS OFF CACHE BOOL "")
 
 set(LLVM_ENABLE_LTO ON CACHE BOOL "")
 set(CMAKE_C_FLAGS "-fno-stack-protector -fno-common -Wno-profile-instr-unprofiled" CACHE STRING "")