File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 88// REQUIRES: swift_test_mode_optimize_none
99// REQUIRES: concurrency
1010// UNSUPPORTED: use_os_stdlib
11- // REQUIRES: waiting_on_automerger
11+
12+ // Windows does not do swiftailcc
13+ // XFAIL: OS=windows-msvc
1214
1315import _Concurrency
1416
1517
1618// CHECK: running
19+ // CHECK-LL: @"$s4main3runyyY{{.*}}FTu" = hidden global %swift.async_func_pointer
1720
18- // CHECK-LL: @"$s4main3runyyYFTu" = hidden global %swift.async_func_pointer
19-
20- // CHECK-LL: define hidden swift{{(tail)?}}cc void @"$s4main3runyyYF"(%swift.context* swiftasync {{%[0-9]+}}) {{#[0-9]*}}
21+ // CHECK-LL: define {{.*}}hidden swift{{(tail)?}}cc void @"$s4main3runyyY{{.*}}F"(%swift.context* swiftasync {{%[0-9]+}}) {{#[0-9]*}}
2122// CHECK-LL: musttail call swifttailcc void
2223dynamic func run( ) async {
2324 print ( " running " )
You can’t perform that action at this time.
0 commit comments