Skip to content

Commit 0f39ab1

Browse files
committed
Update mangled Swift class+function names for CF
1 parent 0ae561f commit 0f39ab1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CoreFoundation/Base.subproj/CFRuntime.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1010,7 +1010,7 @@ void __CFInitialize(void) {
10101010
#if TARGET_OS_LINUX
10111011
#define __CFSwiftGetBaseClass _T010Foundation21__CFSwiftGetBaseClassyXlXpyF
10121012
#elif TARGET_OS_MAC
1013-
#define __CFSwiftGetBaseClass _T015SwiftFoundation21__CFSwiftGetBaseClassyXlXpyF
1013+
#define __CFSwiftGetBaseClass _T015SwiftFoundation21__CFSwiftGetBaseClasss9AnyObject_pXpyF
10141014
#endif
10151015
#endif
10161016
extern uintptr_t __CFSwiftGetBaseClass();

CoreFoundation/Base.subproj/SymbolAliases

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22

33
# This is specific to Swift open source; Foundation's NSCFConstantString is used as our constant string class reference
4-
__TMC15SwiftFoundation19_NSCFConstantString ___CFConstantStringClassReference
4+
__T015SwiftFoundation19_NSCFConstantStringCN ___CFConstantStringClassReference
55

66
_kCFCalendarIdentifierBuddhist _kCFBuddhistCalendar
77
_kCFCalendarIdentifierChinese _kCFChineseCalendar

0 commit comments

Comments
 (0)