We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41ac4c4 commit d8806d9Copy full SHA for d8806d9
lib/CodeGen/CodeGenModule.cpp
@@ -4050,8 +4050,8 @@ CodeGenModule::GetAddrOfConstantCFString(const StringLiteral *Literal) {
4050
case LangOptions::CoreFoundationABI::Swift: LLVM_FALLTHROUGH;
4051
case LangOptions::CoreFoundationABI::Swift5_0:
4052
CFConstantStringClassName =
4053
- Triple.isOSDarwin() ? "$s15SwiftFoundation19_NSCFConstantStringCN"
4054
- : "$s10Foundation19_NSCFConstantStringCN";
+ Triple.isOSDarwin() ? "$s19SwiftFoundationSoil19_NSCFConstantStringCN"
+ : "$s14FoundationSoil19_NSCFConstantStringCN";
4055
Ty = IntPtrTy;
4056
break;
4057
case LangOptions::CoreFoundationABI::Swift4_2:
0 commit comments