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 cd168b3 + 7dfd310 commit 145dc76Copy full SHA for 145dc76
Sources/SwiftDriver/ToolingInterface/ToolingUtil.swift
@@ -40,7 +40,8 @@ public func getSingleFrontendInvocationFromDriverArgumentsV2(driverPath: UnsafeP
40
return getSingleFrontendInvocationFromDriverArgumentsV3(driverPath: driverPath, argListCount: argListCount,
41
argList: argList, action: action,
42
diagnosticCallback: diagnosticCallback,
43
- compilerIntegratedTooling: true)
+ compilerIntegratedTooling: true,
44
+ forceNoOutputs: forceNoOutputs)
45
}
46
47
@_cdecl("swift_getSingleFrontendInvocationFromDriverArgumentsV3")
0 commit comments