Skip to content

Commit 5bb3f66

Browse files
committed
Disable test/IRGen/async_let_back_deploy_workaround.swift on arm64e.
rdar://91370360
1 parent a620902 commit 5bb3f66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/IRGen/async_let_back_deploy_workaround.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// RUN: %target-swift-frontend -emit-ir -target x86_64-apple-macos12.3 %s | %FileCheck --check-prefix=CHECK --check-prefix=CHECK-with-workaround %s
33

44
// REQUIRES: OS=macosx
5+
// UNSUPPORTED: CPU=arm64e
56

67
// rdar://90506708: Prior to Swift 5.7, the Swift concurrency runtime had a bug
78
// that led to memory corruption in cases when an `async let` child task

0 commit comments

Comments
 (0)