[PATCH] D28552: [ELF] - Ignore R_386_NONE.
Davide Italiano via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 11 10:50:51 PST 2017
davide added a comment.
In https://reviews.llvm.org/D28552#643017, @ruiu wrote:
> I guess that all psABIs define R_*_NONE relocations. If that's the case, you want to add R_*_NONE relocations for all archs.
I wasn't able to find the semantic of R_X86_64_NONE in (https://software.intel.com/sites/default/files/article/402129/mpx-linux64-abi.pdf), I'm pretty sure dtrace (ab)uses of it but that's kind of a special case (not sure if gas can ever emit that). I think it should be clarified (maybe starting a discussion on the psABI mailing list).
Repository:
rL LLVM
https://reviews.llvm.org/D28552
More information about the llvm-commits
mailing list