]> granicus.if.org Git - clang/commitdiff
[CMake][Fuchsia] Temporarily disable modules for second stage
authorPetr Hosek <phosek@chromium.org>
Tue, 29 Jan 2019 03:38:26 +0000 (03:38 +0000)
committerPetr Hosek <phosek@chromium.org>
Tue, 29 Jan 2019 03:38:26 +0000 (03:38 +0000)
This is breaking some of builders, disable modules until it's resolved.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@352449 91177308-0d34-0410-b5e6-96231b3b80d8

cmake/caches/Fuchsia-stage2.cmake

index 237e55122c9ab3dcee28db02c9d10b07b53f1985..f0497c2684cba1a90e3afbec89f27c2cc55e7e49 100644 (file)
@@ -9,7 +9,6 @@ if(NOT APPLE)
   set(LLVM_ENABLE_LLD ON CACHE BOOL "")
 endif()
 set(LLVM_ENABLE_LTO ON CACHE BOOL "")
-set(LLVM_ENABLE_MODULES ON CACHE BOOL "")
 set(LLVM_ENABLE_PER_TARGET_RUNTIME_DIR ON CACHE BOOL "")
 set(LLVM_ENABLE_TERMINFO OFF CACHE BOOL "")
 set(LLVM_ENABLE_ZLIB ON CACHE BOOL "")