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.
2 parents 69ef3ad + 237c225 commit d420fe6Copy full SHA for d420fe6
test/IRGen/isolated_any.sil
@@ -32,7 +32,7 @@ entry(%actor: $Optional<any Actor>, %int: $Int):
32
// CHECK-NEXT: store [[INT]] %1, ptr [[ISO_WT_ADDR]], align
33
// CHECK-NEXT: [[T_ADDR:%.*]] = getelementptr inbounds <{ %swift.refcounted, %TScA_pSg, [{{4|8}} x i8], %TSi }>, ptr [[BOX]], i32 0, i32 2
34
// CHECK-NEXT: store ptr %T, ptr [[T_ADDR]], align
35
-// CHECK: [[RESULT:%.*]] = insertvalue { ptr, ptr } { ptr @"$s7closureTA", ptr undef }, ptr [[BOX]], 1
+// CHECK: [[RESULT:%.*]] = insertvalue { ptr, ptr } { ptr @"$s7closureTA{{(\.ptrauth.*)?}}", ptr undef }, ptr [[BOX]], 1
36
// CHECK-NEXT: ret { ptr, ptr } [[RESULT]]
37
38
sil @extract_closure_isolation : $(@guaranteed @callee_guaranteed @isolated(any) () -> ()) -> Optional<any Actor> {
0 commit comments