Skip to content

Commit 208e82f

Browse files
authored
Merge pull request #4779 from vedantk/modules
build-script: Enable module builds of llvm by default
2 parents 3441fe8 + 30c2169 commit 208e82f

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
@@ -62,7 +62,7 @@ KNOWN_SETTINGS=(
6262
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."
6363
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'"
6464
llvm-enable-lto "" "Must be set to one of 'thin' or 'full'"
65-
llvm-enable-modules "0" "enable building llvm using modules"
65+
llvm-enable-modules "1" "enable building llvm using modules"
6666
swift-tools-num-parallel-lto-link-jobs "" "The number of parallel link jobs to use when compiling swift tools"
6767
llvm-num-parallel-lto-link-jobs "" "The number of parallel link jobs to use when compiling llvm"
6868
swift-stdlib-build-type "Debug" "the CMake build variant for Swift"

0 commit comments

Comments
 (0)