[PATCH] D65995: [ELF] Don't special case symbolic relocations with 0 addend to ifunc in writable locations
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 12 21:40:38 PDT 2019
MaskRay added a comment.
In D65995#1626365 <https://reviews.llvm.org/D65995#1626365>, @pcc wrote:
> HWASAN should only be using GOT relative relocations to access shadow memory, so I wouldn't expect this change to have an impact on HWASAN.
Thanks for clarification!
> I wouldn't object too much to removing this code at this point, but it may be worth bringing it back if we ever manage to improve relocation processing here to make this simpler to implement.
Do you have other things in mind that this may be beneficial?
Repository:
rLLD LLVM Linker
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65995/new/
https://reviews.llvm.org/D65995
More information about the llvm-commits
mailing list