[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.
This commit is contained in:
Petr Hosek 2020-01-22 10:09:27 -08:00
parent 5340434c94
commit 635cbef505
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ if(NOT APPLE)
set(CLANG_DEFAULT_OBJCOPY llvm-objcopy CACHE STRING "")
endif()
set(CLANG_DEFAULT_RTLIB compiler-rt CACHE STRING "")
set(CLANG_SPAWN_CC1 ON CACHE BOOL "")
set(CLANG_ENABLE_ARCMT OFF CACHE BOOL "")
set(CLANG_ENABLE_STATIC_ANALYZER ON CACHE BOOL "")
set(CLANG_PLUGIN_SUPPORT OFF CACHE BOOL "")