mirror of
https://github.com/apple/swift.git
synced 2026-06-27 12:25:55 +02:00
7e34fb040a
We need to traverse the module dependency graph and track which modules expose which other modules' ABIs, while making sure that we don't hit a loop while trawling through Clang (sub)modules. Fixes rdar://64993153.