mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Dependency Scanning ]Revert: Remove Swift Overlay dependencies from the set of direct dependencies
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user