mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #41270 from aschwaighofer/disable_protocol_req_descriptor_test_arm64e
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
// 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
|
||||
// REQUIRES: concurrency
|
||||
|
||||
// UNSUPPORTED: CPU=arm64e
|
||||
|
||||
// Make sure that the protocol requirement descriptor includes the async flag.
|
||||
// CHECK: @"$s23protocol_req_descriptor12RepoProtocolMp" = {{.*}}%swift.protocol_requirement { i32 34, i32 0 }, %swift.protocol_requirement { i32 49, i32 0 } }>
|
||||
protocol RepoProtocol {
|
||||
|
||||
Reference in New Issue
Block a user