[PATCH] D127058: [JITLink][ELF/AARCH64] Implement R_AARCH64_PREL32 and R_AARCH64_PREL64
Sunho Kim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jun 4 17:28:54 PDT 2022
sunho created this revision.
Herald added subscribers: hiraditya, kristof.beyls.
Herald added a project: All.
sunho requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
This patch implements R_AARCH64_PREL64 and R_AARCH64_PREL32 relocations that is used in eh frame pointers. The test case utlizes obj2yaml tool to create an artifical eh frame that generates related relocation types.
https://reviews.llvm.org/D127058
Files:
llvm/include/llvm/ExecutionEngine/JITLink/ELF_aarch64.h
llvm/lib/ExecutionEngine/JITLink/ELF_aarch64.cpp
llvm/test/ExecutionEngine/JITLink/AArch64/ELF_aarch64_ehframe.test
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127058.434296.patch
Type: text/x-patch
Size: 3766 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220605/64371364/attachment.bin>
More information about the llvm-commits
mailing list