mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Add incrementalExternalDepend as an Incremental NodeKind
This commit is contained in:
@@ -2302,7 +2302,7 @@ static bool performCompileStepsPostSILGen(CompilerInstance &Instance,
|
||||
auto *Mod = MSF.get<ModuleDecl *>();
|
||||
fine_grained_dependencies::withReferenceDependencies(
|
||||
Mod, *Instance.getDependencyTracker(), Mod->getModuleFilename(),
|
||||
alsoEmitDotFile, [](SourceFileDepGraph &&g) {
|
||||
alsoEmitDotFile, [&](SourceFileDepGraph &&g) {
|
||||
serialize(MSF, serializationOpts, SM.get(), &g);
|
||||
return false;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user