[PATCH] D14382: [ELF2] - Basic implementation of -r/--relocatable
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 5 09:30:05 PST 2015
grimar added a comment.
In http://reviews.llvm.org/D14382#282370, @ruiu wrote:
> I took a quick look at the code. This patch doesn't remove relocations that were successfully resolved within an object file the linker is writing, does this? Is it hard to support that?
I also didnt investigate that case yet. For test case ld behaves in the same way as lld now. No any relocations happen for R_X86_64_32S and I didn`t look at other ones.
http://reviews.llvm.org/D14382
More information about the llvm-commits
mailing list