[PATCH] D14034: [ELF2] Implement --start-group,--end-group
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Sat Oct 24 04:01:35 PDT 2015
grimar added a comment.
In http://reviews.llvm.org/D14034#274322, @shankare wrote:
> I am trying to say without --start-group and --end-group, the linker would have produced an unresolved symbol.
And if you wanted to simulate ld behavior to produce unresolved symbols when inputs not in start/end group then your test does seem to check that case.
http://reviews.llvm.org/D14034
More information about the llvm-commits
mailing list