[PATCH] D80496: [ELF] Add -z rel and -z rela

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 27 18:02:22 PDT 2020


MaskRay added a comment.

My `/opt/google/chrome/chrome`

  [10] .rela.dyn         RELA            0000000000013030 013030 edc498 18   A  5   0  8

`.rela.dyn` has 649225 R_X86_64_RELATIVE and 1632 `R_X86_64_{64,GLOB_DAT,JUMP_SLOT}`.

This feature barely passes my bar for an option. I'd like to hear more from @arichardson how changing REL/RELA can help debugging.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D80496





More information about the llvm-commits mailing list