Skip to content

Commit 9defe1f

Browse files
authored
Merge pull request #42274 from jckarter/async-let-back-deploy-workaround-arm64e-workaround
Disable test/IRGen/async_let_back_deploy_workaround.swift on arm64e.
2 parents dd0e366 + 5bb3f66 commit 9defe1f

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 %target-cpu-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)