r274031 - [CMake] [Apple Clang] Enable Compiler-RT tests on stage2 builds

Chris Bieneman via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 28 09:32:49 PDT 2016


Author: cbieneman
Date: Tue Jun 28 11:32:48 2016
New Revision: 274031

URL: http://llvm.org/viewvc/llvm-project?rev=274031&view=rev
Log:
[CMake] [Apple Clang] Enable Compiler-RT tests on stage2 builds

We want to be able to run the compiler-rt tests on stage2 build configurations in CI. This should enable that.

Modified:
    cfe/trunk/cmake/caches/Apple-stage2.cmake

Modified: cfe/trunk/cmake/caches/Apple-stage2.cmake
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/cmake/caches/Apple-stage2.cmake?rev=274031&r1=274030&r2=274031&view=diff
==============================================================================
--- cfe/trunk/cmake/caches/Apple-stage2.cmake (original)
+++ cfe/trunk/cmake/caches/Apple-stage2.cmake Tue Jun 28 11:32:48 2016
@@ -21,8 +21,6 @@ set(COMPILER_RT_ENABLE_IOS ON CACHE BOOL
 
 # 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 "")




More information about the cfe-commits mailing list