Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DependencyScanning] Add ability to scan TU with multiple module imports #9818

Draft
wants to merge 1 commit into
base: stable/20240723
Choose a base branch
from

Conversation

cachemeifyoucan
Copy link

Update Dependency scanner so it can scan the dependency of a TU with additional module imports that is not specified in the main TU.

This also unifies the DependencyScanningAction for TU and module. When scanning for module dependency, it is equivalent to using an empty TU + one addition module import.

Update Dependency scanner so it can scan the dependency of a TU with
additional module imports that is not specified in the main TU.

This also unifies the DependencyScanningAction for TU and module. When
scanning for module dependency, it is equivalent to using an empty TU +
one addition module import.
@cachemeifyoucan
Copy link
Author

@swift-ci please test

@cachemeifyoucan
Copy link
Author

@swift-ci please test llvm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant