Upgrade front-end & libs to v2.087.0-beta.1

This commit is contained in:
Martin Kinkelin 2019-06-21 12:17:54 +02:00
parent 3f2a9303ec
commit e52199469f
153 changed files with 4927 additions and 3745 deletions

View file

@ -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));