[PATCH] D71631: [ELF] writePlt: replace parameters gotPltEntryAddr and index with `const Symbol &`. NFC

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 18 00:17:31 PST 2019


MaskRay updated this revision to Diff 234466.
MaskRay marked an inline comment as done.
MaskRay retitled this revision from "[ELF] writePLT: replace parameters gotPltEntryAddr and index with `const Symbol &`. NFC" to "[ELF] writePlt: replace parameters gotPltEntryAddr and index with `const Symbol &`. NFC".
MaskRay edited the summary of this revision.
MaskRay added a comment.

s -> sym


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71631

Files:
  lld/ELF/Arch/AArch64.cpp
  lld/ELF/Arch/ARM.cpp
  lld/ELF/Arch/Hexagon.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/SyntheticSections.cpp
  lld/ELF/Target.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71631.234466.patch
Type: text/x-patch
Size: 22671 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191218/a084d2e2/attachment-0001.bin>


More information about the llvm-commits mailing list