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 11// REQUIRES: OS=macosx
2+ // UNSUPPORTED: CPU=arm64e
23// RUN: %empty-directory(%t)
34// RUN: %empty-directory(%t/includes)
45
56// 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
78
89// 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
910
You can’t perform that action at this time.
0 commit comments