mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Dependency Scanner] Adapt to API change on Clang's 'DependencyScanningTool::getModuleDependencies'
This commit is contained in:
@@ -336,7 +336,7 @@ ModuleDependencyScanningWorker::scanFilesystemForClangModuleDependency(
|
||||
}
|
||||
|
||||
return ClangImporter::bridgeClangModuleDependencies(
|
||||
*workerASTContext, clangScanningTool, *clangModuleDependencies,
|
||||
*workerASTContext, clangScanningTool, clangModuleDependencies->ModuleGraph,
|
||||
lookupModuleOutput,
|
||||
[&](StringRef path) { return remapPath(PrefixMapper, path); });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user