[PATCH] D109522: [JITLink] Adopt forEachRelocation() helper in ELF RISCV backend (NFC)

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


sgraenitz created this revision.
sgraenitz added reviewers: StephenFan, lhames.
Herald added subscribers: vkmr, frasercrmck, evandro, luismarques, apazos, sameer.abuasal, s.egerton, Jim, benna, psnobl, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, jrtc27, shiva0217, kito-cheng, niosHD, sabuasal, simoncook, johnrusso, rbar, asb, 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 RISCV backend.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D109522

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109522.371626.patch
Type: text/x-patch
Size: 5769 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210909/8ebea3a6/attachment.bin>


More information about the llvm-commits mailing list