Skip to content

Commit b02e305

Browse files
authored
Merge pull request #66808 from aschwaighofer/fix_protocol_metadata_test_arm64e
The test IRGen/protocol_metadata.swift does not support arm64e
2 parents 77ba6f5 + ee9727b commit b02e305

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/IRGen/protocol_metadata.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// RUN: %target-swift-frontend -primary-file %s -emit-ir -disable-objc-attr-requires-foundation-module -enable-objc-interop
33

44
// REQUIRES: PTRSIZE=64
5+
// UNSUPPORTED: CPU=arm64e
56

67
protocol A { func a() }
78
protocol B { func b() }

0 commit comments

Comments
 (0)