We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aac6d97 commit 6a5d680Copy full SHA for 6a5d680
test/IRGen/async/protocol_req_descriptor.swift
@@ -1,6 +1,8 @@
1
// 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
2
// REQUIRES: concurrency
3
4
+// UNSUPPORTED: CPU=arm64e
5
+
6
// Make sure that the protocol requirement descriptor includes the async flag.
7
// CHECK: @"$s23protocol_req_descriptor12RepoProtocolMp" = {{.*}}%swift.protocol_requirement { i32 34, i32 0 }, %swift.protocol_requirement { i32 49, i32 0 } }>
8
protocol RepoProtocol {
0 commit comments