mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
412ee0a922
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.