Skip to content
This repository has been archived by the owner on Mar 28, 2020. It is now read-only.

Commit

Permalink
Rename FoundationSoil to FoundationBase.
Browse files Browse the repository at this point in the history
  • Loading branch information
millenomi committed Jan 2, 2019
1 parent bfc65d4 commit 37437ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/CodeGen/CodeGenModule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4050,8 +4050,8 @@ CodeGenModule::GetAddrOfConstantCFString(const StringLiteral *Literal) {
case LangOptions::CoreFoundationABI::Swift: LLVM_FALLTHROUGH;
case LangOptions::CoreFoundationABI::Swift5_0:
CFConstantStringClassName =
Triple.isOSDarwin() ? "$s19SwiftFoundationSoil19_NSCFConstantStringCN"
: "$s14FoundationSoil19_NSCFConstantStringCN";
Triple.isOSDarwin() ? "$s19SwiftFoundationBase19_NSCFConstantStringCN"
: "$s14FoundationBase19_NSCFConstantStringCN";
Ty = IntPtrTy;
break;
case LangOptions::CoreFoundationABI::Swift4_2:
Expand Down

0 comments on commit 37437ec

Please sign in to comment.