[all-commits] [llvm/llvm-project] b6553f: [JITLink][ELF][AArch64] Lift MachO/arm64 edges int...
Sunho Kim via All-commits
all-commits at lists.llvm.org
Tue Jun 7 12:01:59 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b6553f592aa4227f73d31f656bf84c9b722ea4cd
https://github.com/llvm/llvm-project/commit/b6553f592aa4227f73d31f656bf84c9b722ea4cd
Author: Sunho Kim <ksunhokim123 at gmail.com>
Date: 2022-06-07 (Tue, 07 Jun 2022)
Changed paths:
M llvm/include/llvm/ExecutionEngine/JITLink/MachO_arm64.h
M llvm/include/llvm/ExecutionEngine/JITLink/aarch64.h
M llvm/lib/ExecutionEngine/JITLink/ELF_aarch64.cpp
M llvm/lib/ExecutionEngine/JITLink/MachO_arm64.cpp
M llvm/lib/ExecutionEngine/JITLink/aarch64.cpp
Log Message:
-----------
[JITLink][ELF][AArch64] Lift MachO/arm64 edges into aarch64.h, reuse for ELF.
This patch moves the aarch64 fixup logic from the MachO/arm64 backend to
aarch64.h header so that it can be re-used in the ELF/aarch64 backend. This
significantly expands relocation support in the ELF/aarch64 backend.
Reviewed By: lhames, sgraenitz
Differential Revision: https://reviews.llvm.org/D126286
More information about the All-commits
mailing list