Skip to content

Commit 635cbef

Browse files
committed
[CMake][Fuchsia] Disable in-process cc1
The in-process cc1 currently breaks Goma client and therefore prevents the use of tip-of-tree Clang with Goma, so we disable the in-process cc1 in our toolchain until this issue is resolved.
1 parent 5340434 commit 635cbef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/cmake/caches/Fuchsia-stage2.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ if(NOT APPLE)
2424
set(CLANG_DEFAULT_OBJCOPY llvm-objcopy CACHE STRING "")
2525
endif()
2626
set(CLANG_DEFAULT_RTLIB compiler-rt CACHE STRING "")
27+
set(CLANG_SPAWN_CC1 ON CACHE BOOL "")
2728
set(CLANG_ENABLE_ARCMT OFF CACHE BOOL "")
2829
set(CLANG_ENABLE_STATIC_ANALYZER ON CACHE BOOL "")
2930
set(CLANG_PLUGIN_SUPPORT OFF CACHE BOOL "")

0 commit comments

Comments
 (0)