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 1
1
// REQUIRES: OS=ios
2
2
// 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
4
4
// RUN: %FileCheck %s < %t/macos.txt
5
5
6
6
// 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 3
3
// RUN: %empty-directory(%t/macos)
4
4
// RUN: %empty-directory(%t/ios)
5
5
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
7
7
// 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
8
8
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
10
10
// RUN: %FileCheck %s < %t/macos.txt
11
11
12
12
// 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