Skip to content

Commit d3a749e

Browse files
Pass -nostdlibimport through
Pass -nostdlibimport through in the same manner as -nostdimport. rdar://147966272
1 parent 8b96d1b commit d3a749e

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
@@ -227,6 +227,7 @@ extension Driver {
227227
try commandLine.appendLast(.moduleLinkName, from: &parsedOptions)
228228
try commandLine.appendLast(.moduleAbiName, from: &parsedOptions)
229229
try commandLine.appendLast(.nostdimport, from: &parsedOptions)
230+
try commandLine.appendLast(.nostdlibimport, from: &parsedOptions)
230231
try commandLine.appendLast(.parseStdlib, from: &parsedOptions)
231232
try commandLine.appendLast(.solverMemoryThreshold, from: &parsedOptions)
232233
try commandLine.appendLast(.valueRecursionThreshold, from: &parsedOptions)

0 commit comments

Comments
 (0)