[PATCH] D15235: [ELF] - Implemented R_*_IRELATIVE relocations for x86, x64 targets.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 8 10:21:07 PST 2015
ruiu added a comment.
I'm not still sure if these relocations have to be handled by the linker. These relocations use runtime addresses, so only the dynamic linker has to handle them, no?
http://reviews.llvm.org/D15235
More information about the llvm-commits
mailing list