File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
abi/Inputs/macOS/arm64/concurrency Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 22
33// REQUIRES: PTRSIZE=64
44// REQUIRES: concurrency
5+ // REQUIRES: swift_feature_IsolatedConformances
56// UNSUPPORTED: CPU=arm64e
67
78protocol P {
@@ -14,7 +15,7 @@ protocol P {
1415// CHECK-SAME: ptr @"$s20isolated_conformance1XVyxGAA1PAAWP
1516// CHECK-SAME: i32 524288
1617// CHECK-SAME: @"symbolic ScM"
17- // CHECK-SAME: ptr @"$sScMs11GlobalActorsMc"
18+ // CHECK-SAME: ptr @"got. $sScMs11GlobalActorsMc"
1819@MainActor
1920struct X < T> : isolated P {
2021 func f( ) { }
Original file line number Diff line number Diff line change @@ -997,6 +997,7 @@ _swift_task_getMainExecutor
997997_swift_task_hasTaskGroupStatusRecord
998998_swift_task_isCancelled
999999_swift_task_isCurrentExecutor
1000+ _swift_task_isCurrentGlobalActor
10001001_swift_task_isOnExecutor
10011002_swift_task_isOnExecutor_hook
10021003_swift_task_localValueGet
You can’t perform that action at this time.
0 commit comments