mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Banish @asyncHandler to a hidden flag.
We don't want @asyncHandler to be part of the concurrency model, so put it behind a different flag.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// REQUIRES: VENDOR=apple
|
||||
// REQUIRES: concurrency
|
||||
// RUN: %target-swift-frontend -emit-ir %s -enable-experimental-concurrency -validate-tbd-against-ir=all -module-name test | %FileCheck %s
|
||||
// RUN: %target-swift-frontend -emit-ir %s -enable-experimental-concurrency -enable-experimental-async-handler -validate-tbd-against-ir=all -module-name test | %FileCheck %s
|
||||
|
||||
// CHECK: @"$s4test6testityyYFTu" = hidden global %swift.async_func_pointer
|
||||
|
||||
|
||||
Reference in New Issue
Block a user