Skip to content

Commit ee9727b

Browse files
committed
The test IRGen/protocol_metadata.swift does not support arm64e
rdar://111080147
1 parent fff1c5d commit ee9727b

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)