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.
2 parents 40a45ec + b0aa4c5 commit dfd9940Copy full SHA for dfd9940
Sources/SwiftDriver/Jobs/FrontendJobHelpers.swift
@@ -296,6 +296,10 @@ extension Driver {
296
try commandLine.appendLast(.clangBuildSessionFile, from: &parsedOptions)
297
}
298
299
+ if isFrontendArgSupported(.enableBuiltinModule) {
300
+ try commandLine.appendLast(.enableBuiltinModule, from: &parsedOptions)
301
+ }
302
+
303
if let workingDirectory = workingDirectory {
304
// Add -Xcc -working-directory before any other -Xcc options to ensure it is
305
// overridden by an explicit -Xcc -working-directory, although having a
0 commit comments