Skip to content

Commit aa11349

Browse files
committed
[build-script] Disable building llvm with modules by default
There may be some issues building compiler-rt with modules. Temporarily disable the module build by default until we know more. rdar://problem/27019000
1 parent 366589b commit aa11349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-script-impl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ KNOWN_SETTINGS=(
7676
swift-analyze-code-coverage "not-merged" "Code coverage analysis mode for Swift (false, not-merged, merged). Defaults to false if the argument is not present, and not-merged if the argument is present without a modifier."
7777
swift-tools-enable-lto "" "enable LTO compilation of Swift tools. *NOTE* This does not include the swift standard library and runtime. Must be set to one of 'thin' or 'full'"
7878
llvm-enable-lto "" "Must be set to one of 'thin' or 'full'"
79-
llvm-enable-modules "1" "enable building llvm using modules"
79+
llvm-enable-modules "0" "enable building llvm using modules"
8080
swift-tools-num-parallel-lto-link-jobs "" "The number of parallel link jobs to use when compiling swift tools"
8181
llvm-num-parallel-lto-link-jobs "" "The number of parallel link jobs to use when compiling llvm"
8282
swift-stdlib-build-type "Debug" "the CMake build variant for Swift"

0 commit comments

Comments
 (0)