[PATCH] D62052: [ELF] -r: fix R_*_NONE on Elf*_Rel targets
Peter Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 17 01:46:57 PDT 2019
peter.smith accepted this revision.
peter.smith added a comment.
This revision is now accepted and ready to land.
LGTM. The addend in a R_*_NONE relocation is not meaningful anyway as the relocation is never resolved to a value.
Repository:
rLLD LLVM Linker
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62052/new/
https://reviews.llvm.org/D62052
More information about the llvm-commits
mailing list