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

Roland McGrath via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 28 11:33:26 PDT 2020


mcgrathr accepted this revision.
mcgrathr added a comment.

LGTM.  It might be worth mentioning in the doc/comment that REL format cannot pack the full range of addend values for all reloc types, but this only affects reloc types that lld doesn't support emitting as dynamic relocs since they are only used for TEXTRELs.


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