From: Chris Bieneman Date: Tue, 28 Jun 2016 16:32:48 +0000 (+0000) Subject: [CMake] [Apple Clang] Enable Compiler-RT tests on stage2 builds X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9d42bd8238752133839472ff4c2ad5dad51963be;p=clang [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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@274031 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/cmake/caches/Apple-stage2.cmake b/cmake/caches/Apple-stage2.cmake index a5ba535490..9076868fd6 100644 --- a/cmake/caches/Apple-stage2.cmake +++ b/cmake/caches/Apple-stage2.cmake @@ -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 "")