Skip to content

Commit dbf4505

Browse files
committed
Fix test/IRGen/variadic_generic_captures.swift on arm64e
Fixes rdar://problem/107424494.
1 parent 09de741 commit dbf4505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IRGen/variadic_generic_captures.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public func has_metadata_pack<each T>(t: repeat each T) -> () -> () {
2323
// CHECK: [[T_ADDR2:%.*]] = bitcast %swift.type** [[T_ADDR]] to %swift.type***
2424
// CHECK: store %swift.type** [[T_HEAP]], %swift.type*** [[T_ADDR2]]
2525

26-
// CHECK: [[CONTEXT1:%.*]] = insertvalue {{.*}} @"$s25variadic_generic_captures17has_metadata_pack1tyycxxQp_tRvzlFyycfU_TA"
26+
// CHECK: [[CONTEXT1:%.*]] = insertvalue {{.*}} @"$s25variadic_generic_captures17has_metadata_pack1tyycxxQp_tRvzlFyycfU_TA{{(\.ptrauth)?}}"
2727
// CHECK: ret { i8*, %swift.refcounted* } [[CONTEXT1]]
2828

2929
// CHECK-LABEL: define internal swiftcc void @"$s25variadic_generic_captures17has_metadata_pack1tyycxxQp_tRvzlFyycfU_TA"(%swift.refcounted* swiftself %0)

0 commit comments

Comments
 (0)