[all-commits] [llvm/llvm-project] 68914d: [JITLink] Adopt forEachRelocation() helper in ELF ...
Stefan Gränitz via All-commits
all-commits at lists.llvm.org
Mon Sep 20 06:47:15 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 68914dc99083716d6e9868798c67e73ef35b021e
https://github.com/llvm/llvm-project/commit/68914dc99083716d6e9868798c67e73ef35b021e
Author: Stefan Gränitz <stefan.graenitz at gmail.com>
Date: 2021-09-20 (Mon, 20 Sep 2021)
Changed paths:
M llvm/lib/ExecutionEngine/JITLink/ELF_x86_64.cpp
Log Message:
-----------
[JITLink] Adopt forEachRelocation() helper in ELF x86-64 backend (NFC)
Following D109516, this patch re-uses the new helper function for ELF relocation traversal in the x86-64 backend.
Reviewed By: StephenFan
Differential Revision: https://reviews.llvm.org/D109520
Commit: e8d81d80f6604b34e1495d3a68e2bbc60ce467f5
https://github.com/llvm/llvm-project/commit/e8d81d80f6604b34e1495d3a68e2bbc60ce467f5
Author: Stefan Gränitz <stefan.graenitz at gmail.com>
Date: 2021-09-20 (Mon, 20 Sep 2021)
Changed paths:
M llvm/lib/ExecutionEngine/JITLink/ELF_riscv.cpp
Log Message:
-----------
[JITLink] Adopt forEachRelocation() helper in ELF RISCV backend (NFC)
Following D109516, this patch re-uses the new helper function for ELF relocation traversal in the RISCV backend.
Reviewed By: StephenFan
Differential Revision: https://reviews.llvm.org/D109522
Compare: https://github.com/llvm/llvm-project/compare/6de19ea4b626...e8d81d80f660
More information about the All-commits
mailing list