Skip to content

Commit

Permalink
[clang][Fuchsia] Remove COMPILER_RT_CAN_EXECUTE_TESTS
Browse files Browse the repository at this point in the history
I forgot that we run `check-runtimes-x86_64-unknown-linux-gnu`, which
will run all compiler-rt tests also even though we are currently not in
a state where we can run them all yet. Remove this for now to fix our CI
builders.
  • Loading branch information
PiJoules committed Sep 8, 2021
1 parent 54612a0 commit 78f7ad5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clang/cmake/caches/Fuchsia-stage2.cmake
Expand Up @@ -120,7 +120,6 @@ foreach(target aarch64-unknown-linux-gnu;armv7-unknown-linux-gnueabihf;i386-unkn
set(RUNTIMES_${target}_CMAKE_MODULE_LINKER_FLAGS "-fuse-ld=lld" CACHE STRING "")
set(RUNTIMES_${target}_CMAKE_EXE_LINKER_FLAGS "-fuse-ld=lld" CACHE STRING "")
set(RUNTIMES_${target}_COMPILER_RT_USE_BUILTINS_LIBRARY ON CACHE BOOL "")
set(RUNTIMES_${target}_COMPILER_RT_CAN_EXECUTE_TESTS ON CACHE BOOL "")
set(RUNTIMES_${target}_LIBUNWIND_ENABLE_SHARED OFF CACHE BOOL "")
set(RUNTIMES_${target}_LIBUNWIND_USE_COMPILER_RT ON CACHE BOOL "")
set(RUNTIMES_${target}_LIBCXXABI_USE_COMPILER_RT ON CACHE BOOL "")
Expand Down

0 comments on commit 78f7ad5

Please sign in to comment.