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

Rafael Ávila de Espíndola via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 27 05:21:30 PDT 2015


rafael added a subscriber: rafael.
rafael added a comment.

> If we want to follow --start-group/--end-group with the lld ELF linker, I


think its best to follow GNU completely.

I am late to this thread, but I wanted to point out that "follow GNU
completely" is not how we want to implement *anything* in lld.

We want to start with the simpler/faster solution and make it more gnu like
only the first one is found to be insufficient for an existing real world
project and it would be cumbersome for them to change.

Cheers,
Rafael


http://reviews.llvm.org/D14034





More information about the llvm-commits mailing list