Skip to content

Commit 13380f0

Browse files
authored
Merge pull request #1229 from xymus/rmodule-loading
Pass down the `-Rmodule-loading` flag to the frontend
2 parents 87106af + fe5b454 commit 13380f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/SwiftDriver/Jobs/FrontendJobHelpers.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ extension Driver {
163163
try commandLine.appendLast(.solverMemoryThreshold, from: &parsedOptions)
164164
try commandLine.appendLast(.valueRecursionThreshold, from: &parsedOptions)
165165
try commandLine.appendLast(.warnSwift3ObjcInference, from: &parsedOptions)
166+
try commandLine.appendLast(.remarkLoadingModule, from: &parsedOptions)
166167
try commandLine.appendLast(.RpassEQ, from: &parsedOptions)
167168
try commandLine.appendLast(.RpassMissedEQ, from: &parsedOptions)
168169
try commandLine.appendLast(.suppressWarnings, from: &parsedOptions)

0 commit comments

Comments
 (0)