mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Most of the changes fall into a few categories: * Replace explicit "x86_64" with %target-cpu in lit tests * Cope with architecture differences in IR/asm/etc. macOS-specific tests
9 lines
276 B
Swift
9 lines
276 B
Swift
// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) -typecheck -target %target-cpu-apple-macosx10.8 %s
|
|
//
|
|
// This test ensures that a -target that is too old for the standard library
|
|
// will not crash in the ClangImporter.
|
|
|
|
// REQUIRES: OS=macosx
|
|
|
|
import Foundation
|