mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +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
8 lines
378 B
Swift
8 lines
378 B
Swift
// RUN: not %swift-ide-test -source-filename %s -print-module -module-to-print Swift -target x86_64-unknown-solaris
|
|
|
|
// RUN: %empty-directory(%t)
|
|
// RUN: %target-swift-frontend -emit-module -o %t -module-name Dummy -target %target-cpu-apple-macosx10.99 %s
|
|
// RUN: not %target-swift-ide-test -source-filename %s -print-module -module-to-print Dummy -I %t
|
|
|
|
// REQUIRES: OS=macosx
|