Skip to content

Commit abd0582

Browse files
authored
Merge pull request #41270 from aschwaighofer/disable_protocol_req_descriptor_test_arm64e
2 parents 15400c3 + 6a5d680 commit abd0582

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)