[PATCH] D11612: [lld][ELF2] Apply relocations.
Michael Spencer
bigcheesegs at gmail.com
Wed Jul 29 17:32:02 PDT 2015
Bigcheese added a comment.
@rafael really wanted this to be a single pass, which is why I designed it this way.
In my RelWithDebInfo build of llvm+lld there are about 1GiB of relocations from .o files. I assume that quite a few of these will be COMDAT merged away before being looked at, but that's still a lot of memory.
http://reviews.llvm.org/D11612
More information about the llvm-commits
mailing list