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 f2f2ea2 commit c0a75e1Copy full SHA for c0a75e1
lib/AST/ModuleDependencies.cpp
@@ -668,7 +668,7 @@ void SwiftDependencyTracker::addCommonSearchPathDeps(
668
case PluginSearchOption::Kind::LoadPlugin: {
669
auto &val = entry.get<PluginSearchOption::LoadPlugin>();
670
FS->status(val.LibraryPath);
671
- // TODO: what else do we need?
+ FS->status(val.ServerPath);
672
break;
673
}
674
0 commit comments