Skip to content

Commit 8cbf26f

Browse files
Merge pull request #1854 from ian-twilightcoder/nostdlibimport
Pass -nostdlibimport through
2 parents 0fdb7ad + d3a749e commit 8cbf26f

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)