File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -4379,9 +4379,8 @@ void verifyMangledNameRoundtrip(const Metadata *metadata);
4379
4379
4380
4380
#if !SWIFT_OBJC_INTEROP
4381
4381
4382
- SWIFT_CC (swift) SWIFT_RUNTIME_STDLIB_SPI // SPI for swift-corelibs-foundation
4383
- ConstTargetMetadataPointer<swift::InProcess, TargetTypeContextDescriptor>
4384
- _swift_getTypeContextDescriptor(const Metadata *type);
4382
+ SWIFT_CC (swift) SWIFT_RUNTIME_STDLIB_API
4383
+ const TypeContextDescriptor *swift_getTypeContextDescriptor(const Metadata *type);
4385
4384
4386
4385
#endif // !SWIFT_OBJC_INTEROP
4387
4386
Original file line number Diff line number Diff line change @@ -3943,9 +3943,7 @@ void swift::verifyMangledNameRoundtrip(const Metadata *metadata) {
3943
3943
3944
3944
#if !SWIFT_OBJC_INTEROP
3945
3945
3946
- // SPI for swift-corelibs-foundation
3947
- ConstTargetMetadataPointer<swift::InProcess, TargetTypeContextDescriptor>
3948
- swift::_swift_getTypeContextDescriptor (const Metadata *type) {
3946
+ const TypeContextDescriptor *swift::swift_getTypeContextDescriptor (const Metadata *type) {
3949
3947
return type->getTypeContextDescriptor ();
3950
3948
}
3951
3949
You can’t perform that action at this time.
0 commit comments