[PATCH] D100490: [ELF] Check the Elf_Rel addends for dynamic relocations

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 14 16:03:42 PDT 2021


MaskRay added a comment.

The getImplicitAddend enhancement (`-z rel`) can be moved to a separate patch, but the dynamic only relocation types (JUMP_SLOT, RELATIVE, IRELATIVE, etc) should be removed since they can't be input.

useSymVA is subtle and I need time to grok it. I wonder whether the new member can improve https://bugs.llvm.org/show_bug.cgi?id=47009 TLSDESC for -z rel?


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