Skip to content

Commit 4a93b7f

Browse files
author
David Ungar
committed
grab planning change
1 parent 34d29d3 commit 4a93b7f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Sources/SwiftDriver/Jobs/Planning.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,9 +237,10 @@ extension Driver {
237237
let job = try backendJob(input: input, addJobOutputs: addJobOutputs)
238238
jobGroup.append(job)
239239
}
240+
addJobGroup(jobGroup)
240241
} else if !(compilerOutputType == .swiftModule && shouldCreateEmitModuleJob) {
241-
// We can skip the compile jobs if all we want is a module when it's
242-
// built separately.
242+
// We can skip the compile jobs if all we want is a module when it's
243+
// built separately.
243244
let job = try compileJob(primaryInputs: primaryInputs,
244245
outputType: compilerOutputType,
245246
addJobOutputs: addJobOutputs,

0 commit comments

Comments
 (0)