mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-12 13:30:51 +00:00
Now that the linker supports lazily materialising globals, don't
materialise them in LTO. I observed a ~0.5-1% speedup for an LTO link of opt. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143784 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5d0f76199b
commit
988fdc5f28
@ -90,10 +90,6 @@ LTOCodeGenerator::~LTOCodeGenerator()
|
||||
|
||||
bool LTOCodeGenerator::addModule(LTOModule* mod, std::string& errMsg)
|
||||
{
|
||||
|
||||
if(mod->getLLVVMModule()->MaterializeAllPermanently(&errMsg))
|
||||
return true;
|
||||
|
||||
bool ret = _linker.LinkInModule(mod->getLLVVMModule(), &errMsg);
|
||||
|
||||
const std::vector<const char*> &undefs = mod->getAsmUndefinedRefs();
|
||||
|
Loading…
Reference in New Issue
Block a user