mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Ensure that a dependency load failure schedules all jobs.
This commit is contained in:
@@ -404,7 +404,7 @@ namespace driver {
|
||||
diag::warn_unable_to_load_dependencies,
|
||||
DependenciesFile);
|
||||
Comp.disableIncrementalBuild();
|
||||
for (const Job *Cmd : DeferredCommands)
|
||||
for (const Job *Cmd : Comp.getJobs())
|
||||
scheduleCommandIfNecessaryAndPossible(Cmd);
|
||||
DeferredCommands.clear();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user