Skip to content

Commit fe5b454

Browse files
committed
Pass down the -Rmodule-loading flag to the frontend
1 parent 638463d commit fe5b454

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)