File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11// REQUIRES: OS=ios
22// RUN: %empty-directory(%t)
3- // RUN: not %target-swift-frontend -target %target-cpu -apple-macosx11.9 -parse-as-library %s -typecheck -library-level=api >& %t/macos.txt
3+ // RUN: not %target-swift-frontend -target x86_64 -apple-macosx11.9 -parse-as-library %s -typecheck -library-level=api >& %t/macos.txt
44// RUN: %FileCheck %s < %t/macos.txt
55
66// RUN: %target-swift-frontend -target arm64-apple-ios13.0 -parse-as-library %s -typecheck -library-level=api
Original file line number Diff line number Diff line change 33// RUN: %empty-directory(%t/macos)
44// RUN: %empty-directory(%t/ios)
55
6- // RUN: %target-swift-frontend -target %target-cpu -apple-macosx11.9 -parse-as-library %s -emit-module -library-level=api -emit-module-path %t/macos/Foo.swiftmodule -module-name Foo -DFoo
6+ // RUN: %target-swift-frontend -target x86_64 -apple-macosx11.9 -parse-as-library %s -emit-module -library-level=api -emit-module-path %t/macos/Foo.swiftmodule -module-name Foo -DFoo
77// RUN: %target-swift-frontend -target arm64-apple-ios13.0 -parse-as-library %s -emit-module -library-level=api -emit-module-path %t/ios/Foo.swiftmodule -module-name Foo -DFoo
88
9- // RUN: not %target-swift-frontend -target %target-cpu -apple-macosx11.9 -parse-as-library %s -typecheck -library-level=api -I %t/macos >& %t/macos.txt
9+ // RUN: not %target-swift-frontend -target x86_64 -apple-macosx11.9 -parse-as-library %s -typecheck -library-level=api -I %t/macos >& %t/macos.txt
1010// RUN: %FileCheck %s < %t/macos.txt
1111
1212// RUN: %target-swift-frontend -target arm64-apple-ios13.0 -parse-as-library %s -typecheck -library-level=api -I %t/ios
You can’t perform that action at this time.
0 commit comments