File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
// REQUIRES: OS=macosx
2
+ // UNSUPPORTED: CPU=arm64e
2
3
// RUN: %empty-directory(%t)
3
4
// RUN: %empty-directory(%t/includes)
4
5
5
6
// Build external Swift library/module to also check conformances to external protocols
6
- // RUN: %target-build-swift %S/Inputs/swiftmodules/testModB.swift -parse-as-library -emit-module -emit-library -module-name testModB -o %t/includes/testModB.o
7
+ // RUN: %target-build-swift %S/Inputs/swiftmodules/testModB.swift -parse-as-library -target %target-cpu-apple-macosx10.15 - emit-module -emit-library -module-name testModB -o %t/includes/testModB.o
7
8
8
9
// RUN: %target-build-swift %s -parse-as-library -target %target-cpu-apple-macosx10.15 -I %t/includes -emit-module -emit-library -module-name AssociatedTypeRequirements -o %t/AssociatedTypeRequirements %t/includes/testModB.o
9
10
You can’t perform that action at this time.
0 commit comments