[PATCH] D109520: [JITLink] Adopt forEachRelocation() helper in ELF x86-64 backend (NFC)

Stefan Gränitz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 9 09:22:05 PDT 2021


sgraenitz created this revision.
sgraenitz added reviewers: StephenFan, lhames.
Herald added subscribers: pengfei, hiraditya.
sgraenitz requested review of this revision.
Herald added a project: LLVM.

Following D109516 <https://reviews.llvm.org/D109516>, this patch re-uses the new helper function for ELF relocation traversal in the x86-64 backend.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D109520

Files:
  llvm/lib/ExecutionEngine/JITLink/ELF_x86_64.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109520.371622.patch
Type: text/x-patch
Size: 9052 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210909/e581bc7a/attachment.bin>


More information about the llvm-commits mailing list