We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7359ea7 + 7875b6b commit 90642c9Copy full SHA for 90642c9
lib/script.py
@@ -189,7 +189,7 @@ def generate_products(self):
189
depfile = $out.d
190
191
rule MergeSwiftModule
192
- command = mkdir -p `dirname $out`; ${SWIFT} -frontend -emit-module $partials ${TARGET_SWIFTCFLAGS} $flags -module-cache-path ${MODULE_CACHE_PATH} -module-link-name $module_name -o $out
+ command = mkdir -p `dirname $out`; ${SWIFT} -frontend -sil-merge-partial-modules -emit-module $partials ${TARGET_SWIFTCFLAGS} $flags -module-cache-path ${MODULE_CACHE_PATH} -module-link-name $module_name -o $out
193
description = Merge $out
194
"""
195
0 commit comments