Files
swift-mirror/validation-test/ParseableInterface/rdar133020098.swift
Allan Shortlidge 4c3a009c2b SILGen: Remove triplesAreValidForZippering() assert.
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.
2024-09-04 22:39:21 -07:00

6 lines
84 B
Swift

// RUN: %target-swift-frontend -typecheck %s
// REQUIRES: OS=macosx
import System