Skip to content

Commit 4ada116

Browse files
committed
Stop passing -sil-merge-partial-modules
This is now the default behaviour for -merge-modules.
1 parent efc9e26 commit 4ada116

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Sources/SwiftDriver/Jobs/MergeModuleJob.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ extension Driver {
3333
// serialized ASTs.
3434
commandLine.appendFlag(.parseAsLibrary)
3535

36-
// Merge serialized SIL from partial modules.
37-
commandLine.appendFlag(.silMergePartialModules)
38-
3936
// Disable SIL optimization passes; we've already optimized the code in each
4037
// partial mode.
4138
commandLine.appendFlag(.disableDiagnosticPasses)

0 commit comments

Comments
 (0)