[PATCH] D11188: [LLD] New ELF implementation
Joerg Sonnenberger
joerg at NetBSD.org
Tue Jul 14 15:07:01 PDT 2015
joerg added a subscriber: joerg.
joerg added a comment.
I don't understand how forcing everything to be grouped can make things more efficient, given that it is strictly required to do more work. It doesn't even matter for plain object files, just for libraries. In the case of libraries, there are subtle error cases involving weak symbols, so please do *not* change the resolution algorithm.
http://reviews.llvm.org/D11188
More information about the llvm-commits
mailing list