Skip to content

Commit 15f7aa4

Browse files
authored
Merge pull request #60228 from artemcm/OnlyCheckAssociatedTypeReqsWithoutFixups
Restrict 'opaque_associated_type_requirements' to binaries using `LC_DYLD_INFO_ONLY` binds/rebases
2 parents 23e5143 + 0c51443 commit 15f7aa4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/Reflection/opaque_associated_type_requirements.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
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

0 commit comments

Comments
 (0)