[PATCH] D109516: [JITLink] Factor out forEachRelocation() function from addRelocations() in ELF Aarch64 backend (NFC)
Stefan Gränitz via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 9 09:08:56 PDT 2021
sgraenitz added a comment.
As discussed in D108986 <https://reviews.llvm.org/D108986>. Furthermore the patch:
- aligns the format of debug output with the MachO implementation (seemed more comprehensible)
- aims to be NFC otherwise -- ping me if I introduced a functional change by accident
- tries to use more consistent names
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109516/new/
https://reviews.llvm.org/D109516
More information about the llvm-commits
mailing list