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 2
2
3
3
// REQUIRES: PTRSIZE=64
4
4
// REQUIRES: concurrency
5
+ // REQUIRES: swift_feature_IsolatedConformances
5
6
// UNSUPPORTED: CPU=arm64e
6
7
7
8
protocol P {
@@ -14,7 +15,7 @@ protocol P {
14
15
// CHECK-SAME: ptr @"$s20isolated_conformance1XVyxGAA1PAAWP
15
16
// CHECK-SAME: i32 524288
16
17
// CHECK-SAME: @"symbolic ScM"
17
- // CHECK-SAME: ptr @"$sScMs11GlobalActorsMc"
18
+ // CHECK-SAME: ptr @"got. $sScMs11GlobalActorsMc"
18
19
@MainActor
19
20
struct X < T> : isolated P {
20
21
func f( ) { }
Original file line number Diff line number Diff line change @@ -997,6 +997,7 @@ _swift_task_getMainExecutor
997
997
_swift_task_hasTaskGroupStatusRecord
998
998
_swift_task_isCancelled
999
999
_swift_task_isCurrentExecutor
1000
+ _swift_task_isCurrentGlobalActor
1000
1001
_swift_task_isOnExecutor
1001
1002
_swift_task_isOnExecutor_hook
1002
1003
_swift_task_localValueGet
You can’t perform that action at this time.
0 commit comments