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.
1 parent efc9e26 commit 4ada116Copy full SHA for 4ada116
Sources/SwiftDriver/Jobs/MergeModuleJob.swift
@@ -33,9 +33,6 @@ extension Driver {
33
// serialized ASTs.
34
commandLine.appendFlag(.parseAsLibrary)
35
36
- // Merge serialized SIL from partial modules.
37
- commandLine.appendFlag(.silMergePartialModules)
38
-
39
// Disable SIL optimization passes; we've already optimized the code in each
40
// partial mode.
41
commandLine.appendFlag(.disableDiagnosticPasses)
0 commit comments