[PATCH] D100490: [ELF] Check the Elf_Rel addends for dynamic relocations
Alexander Richardson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 23 04:04:18 PDT 2021
arichardson added a comment.
Maybe `OutputSection::checkDynRelAddends()` should be moved to a separate patch and this one just does the DynamicReloc refactoring that fixes `ppc64-abs64-dyn.s` and `got32-i386-pie-rw.s` with `-z rela`.
@MaskRay would that make reviewing the patch easier?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100490/new/
https://reviews.llvm.org/D100490
More information about the llvm-commits
mailing list