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 b1a86f4 commit afac324Copy full SHA for afac324
test/IRGen/async.swift
@@ -18,7 +18,7 @@ public func task_future_wait(_ task: __owned SomeClass) async throws -> Int
18
19
// CHECK: define{{.*}} swift{{(tail)?}}cc void @"$s5async8testThisyyAA9SomeClassCnYF"(%swift.task* %0, %swift.executor* %1, %swift.context* swiftasync %2)
20
// CHECK-64: call swiftcc i8* @swift_task_alloc(%swift.task* %{{[0-9]+}}, i64 64)
21
-// CHECK: tail call swifttailcc void @swift_task_future_wait(
+// CHECK: tail call swift{{(tail)?}}cc void @swift_task_future_wait(
22
public func testThis(_ task: __owned SomeClass) async {
23
do {
24
let _ = try await task_future_wait(task)
0 commit comments