[all-commits] [llvm/llvm-project] dda116: [JITLink] Add support of R_X86_64_32S relocation
luxufan via All-commits
all-commits at lists.llvm.org
Sun Aug 22 01:52:04 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dda116bc3d9c126b3c962563fc80ae332d42801d
https://github.com/llvm/llvm-project/commit/dda116bc3d9c126b3c962563fc80ae332d42801d
Author: luxufan <932494295 at qq.com>
Date: 2021-08-22 (Sun, 22 Aug 2021)
Changed paths:
M llvm/include/llvm/ExecutionEngine/JITLink/ELF_x86_64.h
M llvm/include/llvm/ExecutionEngine/JITLink/x86_64.h
M llvm/lib/ExecutionEngine/JITLink/ELF_x86_64.cpp
M llvm/lib/ExecutionEngine/JITLink/x86_64.cpp
A llvm/test/ExecutionEngine/JITLink/X86/ELF_x86_64_absolute_relocations.s
Log Message:
-----------
[JITLink] Add support of R_X86_64_32S relocation
This patch supported the R_X86_64_32S relocation and add the Pointer32Signed generic edge kind.
Reviewed By: lhames
Differential Revision: https://reviews.llvm.org/D108446
More information about the All-commits
mailing list