[PATCH] D73254: [ELF] Rename relocateOne() to relocate() and pass `Relocation` to it

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 23 10:28:02 PST 2020


MaskRay updated this revision to Diff 239935.
MaskRay marked an inline comment as done.
MaskRay edited the summary of this revision.
MaskRay added a comment.

Convert 5 relocateWithoutSym call sites to use relocate()

(There is no functional change, but it can improve diagnostics in the future.)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73254

Files:
  lld/ELF/AArch64ErrataFix.cpp
  lld/ELF/ARMErrataFix.cpp
  lld/ELF/Arch/AArch64.cpp
  lld/ELF/Arch/AMDGPU.cpp
  lld/ELF/Arch/ARM.cpp
  lld/ELF/Arch/AVR.cpp
  lld/ELF/Arch/Hexagon.cpp
  lld/ELF/Arch/MSP430.cpp
  lld/ELF/Arch/Mips.cpp
  lld/ELF/Arch/PPC.cpp
  lld/ELF/Arch/PPC64.cpp
  lld/ELF/Arch/RISCV.cpp
  lld/ELF/Arch/SPARCV9.cpp
  lld/ELF/Arch/X86.cpp
  lld/ELF/Arch/X86_64.cpp
  lld/ELF/InputSection.cpp
  lld/ELF/Symbols.cpp
  lld/ELF/SyntheticSections.cpp
  lld/ELF/Target.h
  lld/ELF/Thunks.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73254.239935.patch
Type: text/x-patch
Size: 59497 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200123/a8cf937c/attachment-0001.bin>


More information about the llvm-commits mailing list