mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-08 20:06:03 +03:00
Upgrade front-end & libs to v2.087.0-beta.1
This commit is contained in:
parent
3f2a9303ec
commit
e52199469f
153 changed files with 4927 additions and 3745 deletions
|
@ -87,8 +87,8 @@ void RTTIBuilder::push_void_array(llvm::Constant *CI, Type *valtype,
|
|||
|
||||
const LinkageWithCOMDAT lwc(TYPEINFO_LINKAGE_TYPE, supportsCOMDAT());
|
||||
|
||||
auto G = new LLGlobalVariable(gIR->module, CI->getType(), true,
|
||||
lwc.first, CI, initname.peekString());
|
||||
auto G = new LLGlobalVariable(gIR->module, CI->getType(), true, lwc.first, CI,
|
||||
initname.peekChars());
|
||||
setLinkage(lwc, G);
|
||||
G->setAlignment(DtoAlignment(valtype));
|
||||
|
||||
|
@ -113,8 +113,8 @@ void RTTIBuilder::push_array(llvm::Constant *CI, uint64_t dim, Type *valtype,
|
|||
|
||||
const LinkageWithCOMDAT lwc(TYPEINFO_LINKAGE_TYPE, supportsCOMDAT());
|
||||
|
||||
auto G = new LLGlobalVariable(gIR->module, CI->getType(), true,
|
||||
lwc.first, CI, initname.peekString());
|
||||
auto G = new LLGlobalVariable(gIR->module, CI->getType(), true, lwc.first, CI,
|
||||
initname.peekChars());
|
||||
setLinkage(lwc, G);
|
||||
G->setAlignment(DtoAlignment(valtype));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue