[PATCH] D14034: [ELF2] Implement --start-group,--end-group
Michael Spencer via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 23 18:28:23 PDT 2015
Bigcheese added a comment.
Specifically we do not implement the exact same semantics that ld does for performance reasons. If we ever find a compelling reason to implement those semantics we would add it as a separate mode. So far we have not seen a reason to do so.
http://reviews.llvm.org/D14034
More information about the llvm-commits
mailing list