[PATCH] D65995: [ELF] Don't special case symbolic relocations with 0 addend to ifunc in writable locations
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 12 18:10:56 PDT 2019
pcc added a comment.
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.
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.
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