Skip to content

Commit b723267

Browse files
author
David Ungar
authored
Merge pull request #271 from davidungar/incremental-sept-22a
add swiftdeps output to compile job
2 parents 35e61f0 + 3902d09 commit b723267

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Sources/SwiftDriver/Jobs/FrontendJobHelpers.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,11 @@ extension Driver {
316316
finalOutputPath: dependenciesFilePath,
317317
input: input,
318318
flag: "-emit-dependencies-path")
319+
addOutputOfType(
320+
outputType: .swiftDeps,
321+
finalOutputPath: referenceDependenciesFilePath,
322+
input: input,
323+
flag: "-emit-reference-dependencies-path")
319324
}
320325

321326
addOutputOfType(

0 commit comments

Comments
 (0)