Now that the linker supports lazily materialising globals, don't
authorPeter Collingbourne <peter@pcc.me.uk>
Sat, 5 Nov 2011 04:17:25 +0000 (04:17 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Sat, 5 Nov 2011 04:17:25 +0000 (04:17 +0000)
commit988fdc5f28692a0c4ee9f1b5f85f51f19272d63f
tree81581d507a52fc7ff8bcff320258c399c5ec8558
parent5d0f76199b4616b28b22013d84a3f5b0e303362e
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
tools/lto/LTOCodeGenerator.cpp