Becca Royal-Gordon
1f008fb0d0
[ModuleInterface] Enable module selectors by default
...
And update tests to use them.
This commit depends on fixes in swiftlang/swift PRs #86905 , #87129 , and #87130 .
Fixes rdar://169749886.
2026-02-20 00:35:23 -08:00
Alexis Laferrière
f53be71874
ModuleInterface: Print imports shadowed by a cross-import overlay
...
In some cases this import may be superfluous as it's also
`@_exported` imported by the overlay. However, when the overlay
is hidden and the import not printed, the import can go entierly
missing.
2024-06-12 10:06:05 -07:00
Allan Shortlidge
747f286b8d
ModuleInterface: Adopt new swiftinterface verification lit substitutions pervasively in tests where they can be adopted by simply updating or adding a few RUN: lines.
2022-04-15 20:13:00 -07:00
Brent Royal-Gordon
17087cbb4e
Correct for difference between BSD and GNU cp
2020-02-18 11:08:36 -08:00
Brent Royal-Gordon
0ab823801c
Test cross-import overlays
2020-02-18 11:08:36 -08:00