diff options
| author | Chris Bieneman <beanz@apple.com> | 2016-06-28 16:32:48 +0000 |
|---|---|---|
| committer | Chris Bieneman <beanz@apple.com> | 2016-06-28 16:32:48 +0000 |
| commit | e55838d596f48382e03832a3595636f5da631426 (patch) | |
| tree | 15a35c7171c0d01beab46ed66049bdf4e65f32b4 | |
| parent | 42e22dcbb5d916f86a3fe0323179d02d46c4f7c4 (diff) | |
| download | bcm5719-llvm-e55838d596f48382e03832a3595636f5da631426.tar.gz bcm5719-llvm-e55838d596f48382e03832a3595636f5da631426.zip | |
[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.
llvm-svn: 274031
| -rw-r--r-- | clang/cmake/caches/Apple-stage2.cmake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/cmake/caches/Apple-stage2.cmake b/clang/cmake/caches/Apple-stage2.cmake index a5ba535490b..9076868fd6d 100644 --- a/clang/cmake/caches/Apple-stage2.cmake +++ b/clang/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 "") |

