[all-commits] [llvm/llvm-project] ca6d86: [JITLink][PowerPC] Support R_PPC64_PCREL34
bzEq via All-commits
all-commits at lists.llvm.org
Tue Aug 1 19:00:55 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ca6d86f6bf12c8694724bd4d51704b28bd0eb743
https://github.com/llvm/llvm-project/commit/ca6d86f6bf12c8694724bd4d51704b28bd0eb743
Author: Kai Luo <lkail at cn.ibm.com>
Date: 2023-08-02 (Wed, 02 Aug 2023)
Changed paths:
M llvm/include/llvm/ExecutionEngine/JITLink/ppc64.h
M llvm/lib/ExecutionEngine/JITLink/ELF_ppc64.cpp
M llvm/lib/ExecutionEngine/JITLink/ppc64.cpp
M llvm/test/ExecutionEngine/JITLink/ppc64/ELF_ppc64le_relocations.s
M llvm/test/ExecutionEngine/JITLink/ppc64/ppc64le-relocs.s
Log Message:
-----------
[JITLink][PowerPC] Support R_PPC64_PCREL34
PC-relative instructions are added in ISA-3.1 implemented by pwr10. This patch adds basic pc-relative relocation.
Reviewed By: lhames
Differential Revision: https://reviews.llvm.org/D155771
More information about the All-commits
mailing list