mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This assert was correctly catching the fact that `-target-variant` is not being normalized at the same time as `-target` when building arm64e modules from swiftinterface. That should be fixed, but at the moment it isn't causing any concrete harm and the assertion fails when building against the SDKs included with the latest Xcode 16 betas. Resolves rdar://133020098.
6 lines
84 B
Swift
6 lines
84 B
Swift
// RUN: %target-swift-frontend -typecheck %s
|
|
|
|
// REQUIRES: OS=macosx
|
|
|
|
import System
|