[PATCH] D73250: [ELF] Pass `Relocation` to relaxGot and relaxTls{GdToIe,GdToLe,LdToLe,IeToLe}

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 22 22:03:16 PST 2020


MaskRay created this revision.
MaskRay added reviewers: grimar, nickdesaulniers, peter.smith, ruiu.
Herald added subscribers: llvm-commits, jsji, kbarton, arichardson, nemanjai, emaste.
Herald added a reviewer: espindola.
Herald added a project: LLVM.

These functions call relocateOne(). This patch is a prerequisite to
make relocateOne() aware of `Symbol`.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D73250

Files:
  lld/ELF/Arch/AArch64.cpp
  lld/ELF/Arch/PPC.cpp
  lld/ELF/Arch/PPC64.cpp
  lld/ELF/Arch/X86.cpp
  lld/ELF/Arch/X86_64.cpp
  lld/ELF/InputSection.cpp
  lld/ELF/Target.cpp
  lld/ELF/Target.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73250.239778.patch
Type: text/x-patch
Size: 23734 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200123/628d2bd8/attachment.bin>


More information about the llvm-commits mailing list