File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,9 @@ static void writePtrauthPrologue(raw_ostream &os) {
67
67
os << " # ifndef __ptrauth_swift_value_witness_function_pointer\n " ;
68
68
os << " # define __ptrauth_swift_value_witness_function_pointer(x)\n " ;
69
69
os << " # endif\n " ;
70
+ os << " # ifndef __ptrauth_swift_class_method_pointer\n " ;
71
+ os << " # define __ptrauth_swift_class_method_pointer(x)\n " ;
72
+ os << " # endif\n " ;
70
73
});
71
74
os << " #endif\n " ;
72
75
});
Original file line number Diff line number Diff line change 47
47
// CHECK-NEXT: # ifndef __ptrauth_swift_value_witness_function_pointer
48
48
// CHECK-NEXT: # define __ptrauth_swift_value_witness_function_pointer(x)
49
49
// CHECK-NEXT: # endif
50
+ // CHECK-NEXT: # ifndef __ptrauth_swift_class_method_pointer
51
+ // CHECK-NEXT: # define __ptrauth_swift_class_method_pointer(x)
52
+ // CHECK-NEXT: # endif
50
53
// CHECK-NEXT: #pragma clang diagnostic pop
51
54
// CHECK-NEXT: #endif
52
55
// CHECK-NEXT: #endif
You can’t perform that action at this time.
0 commit comments