[all-commits] [llvm/llvm-project] 5d5183: [JITLink][ELF][AArch64] Implement R_AARCH64_PREL32...
Sunho Kim via All-commits
all-commits at lists.llvm.org
Wed Jun 8 12:14:20 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5d5183b1983822e6c4b9dc1156cf4bd73efd4786
https://github.com/llvm/llvm-project/commit/5d5183b1983822e6c4b9dc1156cf4bd73efd4786
Author: Sunho Kim <ksunhokim123 at gmail.com>
Date: 2022-06-08 (Wed, 08 Jun 2022)
Changed paths:
M llvm/lib/ExecutionEngine/JITLink/ELF_aarch64.cpp
A llvm/test/ExecutionEngine/JITLink/AArch64/ELF_aarch64_ehframe.test
Log Message:
-----------
[JITLink][ELF][AArch64] Implement R_AARCH64_PREL32 and R_AARCH64_PREL64.
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.
Reviewed By: lhames
Differential Revision: https://reviews.llvm.org/D127058
More information about the All-commits
mailing list