[PATCH] D14034: [ELF2] Implement --start-group,--end-group

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 26 13:22:22 PDT 2015


You have to take a look at the actual code of the new linker and understand
its semantics/performance/simplicity before you claim that the best way is
something else.

On Mon, Oct 26, 2015 at 12:56 PM, Shankar Easwaran <shankare at codeaurora.org>
wrote:

> shankare added a comment.
>
> How are symbols resolved when there are multiple --start-group and
> --end-group options currently ? Which symbol is picked when there is a
> unresolved symbol from the second group ?
>
> If we want to follow --start-group/--end-group with the lld ELF linker, I
> think its best to follow GNU completely.
>
>
> http://reviews.llvm.org/D14034
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151026/8462f7fa/attachment.html>


More information about the llvm-commits mailing list