Skip to content

Update symbols to match new swift mangling #937

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CoreFoundation/Base.subproj/CFRuntime.c
Original file line number Diff line number Diff line change
Expand Up @@ -1001,7 +1001,7 @@ void __CFInitialize(void) {
#if TARGET_OS_LINUX
#define __CFSwiftGetBaseClass _T010Foundation21__CFSwiftGetBaseClasss9AnyObject_pXpyF
#elif TARGET_OS_MAC
#define __CFSwiftGetBaseClass _T015SwiftFoundation21__CFSwiftGetBaseClasss9AnyObject_pXpyF
#define __CFSwiftGetBaseClass _TF15SwiftFoundation21__CFSwiftGetBaseClassFT_PMPs9AnyObject_
#endif
#endif
extern uintptr_t __CFSwiftGetBaseClass();
Expand Down Expand Up @@ -1110,7 +1110,7 @@ void __CFInitialize(void) {
#if TARGET_OS_LINUX
#define __CFInitializeSwift _T010Foundation19__CFInitializeSwiftyyF
#elif TARGET_OS_MAC
#define __CFInitializeSwift _T015SwiftFoundation014__CFInitializeA0yyF
#define __CFInitializeSwift _TF15SwiftFoundation19__CFInitializeSwiftFT_T_
#endif
#endif
extern void __CFInitializeSwift();
Expand Down