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

Shankar Easwaran via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 26 12:56:04 PDT 2015


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





More information about the llvm-commits mailing list