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 a620902 commit 5bb3f66Copy full SHA for 5bb3f66
test/IRGen/async_let_back_deploy_workaround.swift
@@ -2,6 +2,7 @@
2
// RUN: %target-swift-frontend -emit-ir -target x86_64-apple-macos12.3 %s | %FileCheck --check-prefix=CHECK --check-prefix=CHECK-with-workaround %s
3
4
// REQUIRES: OS=macosx
5
+// UNSUPPORTED: CPU=arm64e
6
7
// rdar://90506708: Prior to Swift 5.7, the Swift concurrency runtime had a bug
8
// that led to memory corruption in cases when an `async let` child task
0 commit comments