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 ab2d92c commit 609a57fCopy full SHA for 609a57f
test/IRGen/async/run-call-dynamic-void_to_void.swift
@@ -16,10 +16,9 @@ import _Concurrency
16
17
18
// CHECK: running
19
+// CHECK-LL: @"$s4main3runyyY{.*}FTu" = hidden global %swift.async_func_pointer
20
-// CHECK-LL: @"$s4main3runyyYFTu" = hidden global %swift.async_func_pointer
21
-
22
-// CHECK-LL: define hidden swift{{(tail)?}}cc void @"$s4main3runyyYF"(%swift.context* swiftasync {{%[0-9]+}}) {{#[0-9]*}}
+// CHECK-LL: define {{.*}}hidden swift{{(tail)?}}cc void @"$s4main3runyyY{{.*}}F"(%swift.context* swiftasync {{%[0-9]+}}) {{#[0-9]*}}
23
// CHECK-LL: musttail call swifttailcc void
24
dynamic func run() async {
25
print("running")
0 commit comments