mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +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.
7 lines
260 B
Swift
7 lines
260 B
Swift
// RUN: not %target-typecheck-verify-swift -target arm64e-apple-ios13.0 -F %S/Inputs 2>&1 | %FileCheck %s
|
|
|
|
// REQUIRES: OS=ios
|
|
|
|
import DummyFramework
|
|
// CHECK: could not find module 'DummyFramework' for target 'arm64e-apple-ios'; found: arm64-apple-ios, arm64
|