Skip to content

Commit 6a5d680

Browse files
committed
Disable IRGen/async/protocol_req_descriptor.swift on arm64e
I would need to test for a different pattern on arm64e. rdar://88636399
1 parent aac6d97 commit 6a5d680

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/IRGen/async/protocol_req_descriptor.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// RUN: %target-swift-frontend -emit-ir -disable-availability-checking %s | %FileCheck -check-prefix CHECK -check-prefix CHECK-%target-cpu -check-prefix CHECK-%target-import-type %s
22
// REQUIRES: concurrency
33

4+
// UNSUPPORTED: CPU=arm64e
5+
46
// Make sure that the protocol requirement descriptor includes the async flag.
57
// CHECK: @"$s23protocol_req_descriptor12RepoProtocolMp" = {{.*}}%swift.protocol_requirement { i32 34, i32 0 }, %swift.protocol_requirement { i32 49, i32 0 } }>
68
protocol RepoProtocol {

0 commit comments

Comments
 (0)