[Dependency Scanning ]Revert: Remove Swift Overlay dependencies from the set of direct dependencies

This commit is contained in:
Artem Chikin
2023-09-26 13:54:51 -07:00
parent 82ef29688e
commit 1828beabaf
2 changed files with 17 additions and 4 deletions

View File

@@ -120,7 +120,8 @@ private:
const ModuleDependencyID &moduleID,
const std::vector<std::string> &clangDependencies,
ModuleDependenciesCache &cache,
ModuleDependencyIDSetVector &swiftOverlayDependencies);
ModuleDependencyIDSetVector &swiftOverlayDependencies,
ModuleDependencyIDSetVector &directDependencies);
/// Identify all cross-import overlay modules of the specified
/// dependency set and apply an action for each.