mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-04-29 14:40:40 +03:00
Adapt to upstream global.params.* -> target.* shuffling
This commit is contained in:
parent
bfa3cead08
commit
1e00f63045
14 changed files with 71 additions and 72 deletions
|
@ -954,7 +954,7 @@ bool eraseDummyAfterReturnBB(llvm::BasicBlock *bb) {
|
|||
* to be found.
|
||||
*/
|
||||
void emulateWeakAnyLinkageForMSVC(LLFunction *func, LINK linkage) {
|
||||
const bool isWin32 = !global.params.is64bit;
|
||||
const bool isWin32 = global.params.targetTriple->isArch32Bit();
|
||||
|
||||
std::string mangleBuffer;
|
||||
llvm::StringRef finalMangle = func->getName();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue