Skip to content

Commit 3330903

Browse files
committed
Disable Loading of Priors
1 parent 58d91e2 commit 3330903

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

lib/Driver/Compilation.cpp

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1107,17 +1107,6 @@ namespace driver {
11071107
}
11081108
};
11091109

1110-
// Load our priors, which are always adjacent to the build record. We
1111-
// don't care if this load succeeds or not. If it fails, and we succeed at
1112-
// integrating one of the external files below, the changeset will be the
1113-
// entire module!
1114-
const auto *externalPriorJob = Comp.addExternalJob(
1115-
std::make_unique<Job>(Comp.getDerivedOutputFileMap(),
1116-
Comp.getExternalSwiftDepsFilePath()));
1117-
getFineGrainedDepGraph().loadFromPath(
1118-
externalPriorJob, Comp.getExternalSwiftDepsFilePath(),
1119-
Comp.getDiags());
1120-
11211110
for (auto external : getFineGrainedDepGraph()
11221111
.getIncrementalExternalDependencies()) {
11231112
llvm::sys::fs::file_status depStatus;

0 commit comments

Comments
 (0)