File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 1
- // REQUIRES: rdar107424494
2
1
// RUN: %target-swift-frontend -emit-ir %s -enable-experimental-feature VariadicGenerics | %FileCheck %s -DINT=i%target-ptrsize
3
2
4
3
// Because of -enable-experimental-feature VariadicGenerics
@@ -24,7 +23,7 @@ public func has_metadata_pack<each T>(t: repeat each T) -> () -> () {
24
23
// CHECK: [[T_ADDR2:%.*]] = bitcast %swift.type** [[T_ADDR]] to %swift.type***
25
24
// CHECK: store %swift.type** [[T_HEAP]], %swift.type*** [[T_ADDR2]]
26
25
27
- // CHECK: [[CONTEXT1:%.*]] = insertvalue {{.*}} @"$s25variadic_generic_captures17has_metadata_pack1tyycxxQp_tRvzlFyycfU_TA"
26
+ // CHECK: [[CONTEXT1:%.*]] = insertvalue {{.*}} @"$s25variadic_generic_captures17has_metadata_pack1tyycxxQp_tRvzlFyycfU_TA{{(\.ptrauth)?}} "
28
27
// CHECK: ret { i8*, %swift.refcounted* } [[CONTEXT1]]
29
28
30
29
// CHECK-LABEL: define internal swiftcc void @"$s25variadic_generic_captures17has_metadata_pack1tyycxxQp_tRvzlFyycfU_TA"(%swift.refcounted* swiftself %0)
You can’t perform that action at this time.
0 commit comments