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.
1 parent f9821a1 commit 01e55f1Copy full SHA for 01e55f1
Sources/SwiftDriver/Jobs/Planning.swift
@@ -404,7 +404,11 @@ extension Driver {
404
}
405
assert(backendJobs.count <= 1)
406
addCompileJobGroup(CompileJobGroup(compileJob: compile, backendJob: backendJobs.first))
407
- } else if !canSkipIfOnlyModule {
+ } else {
408
+ // TODO: if !canSkipIfOnlyModule {
409
+ // Some other tools still expect the partial jobs. Bring this check
410
+ // back once they are updated. rdar://84979778
411
+
412
// We can skip the compile jobs if all we want is a module when it's
413
// built separately.
414
let compile = try compileJob(primaryInputs: [primaryInput],
0 commit comments