[PATCH] D63121: [ELF] Make the rule to create relative relocations in a writable section stricter

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 13 01:57:57 PDT 2019


MaskRay added a comment.

@peter.smith Sorry I just noticed the build bot was failing. Just commited a workaround rL363236 <https://reviews.llvm.org/rL363236>

ld.bfd's rules to resolve absolute relocation types to R_*_RELATIVE are scattered. I do want to find a unified approach to handle them.
I'll do some experiments with `R_ARM_TARGET1` (I didn't know this relocation type). PPC64 may have a similar relocation type that I'm not aware of...


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63121/new/

https://reviews.llvm.org/D63121





More information about the llvm-commits mailing list