Skip to content

Commit c0a75e1

Browse files
committed
record ServerPath
1 parent f2f2ea2 commit c0a75e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/AST/ModuleDependencies.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ void SwiftDependencyTracker::addCommonSearchPathDeps(
668668
case PluginSearchOption::Kind::LoadPlugin: {
669669
auto &val = entry.get<PluginSearchOption::LoadPlugin>();
670670
FS->status(val.LibraryPath);
671-
// TODO: what else do we need?
671+
FS->status(val.ServerPath);
672672
break;
673673
}
674674
}

0 commit comments

Comments
 (0)