mirror of
https://github.com/apple/swift.git
synced 2026-02-27 18:26:24 +01:00
Before this change, we would emit the warning only for swiftmodules; however, it may be the case that only a swiftinterface (of a different arch) is present but no swiftmodule is present. Fixes rdar://problem/50905075.