[all-commits] [llvm/llvm-project] 3f0841: [jitlink] R_X86_64_PC32 support for the elf x86 ji...
Jared Wyles via All-commits
all-commits at lists.llvm.org
Fri May 29 17:53:42 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3f0841f6d0a0eb86a1c36cc0c76931ae9d7bc77a
https://github.com/llvm/llvm-project/commit/3f0841f6d0a0eb86a1c36cc0c76931ae9d7bc77a
Author: Jared Wyles <jared.wyles at gmail.com>
Date: 2020-05-30 (Sat, 30 May 2020)
Changed paths:
M llvm/include/llvm/ExecutionEngine/JITLink/ELF_x86_64.h
M llvm/lib/ExecutionEngine/JITLink/ELF_x86_64.cpp
M llvm/test/ExecutionEngine/JITLink/X86/ELF_x86-64_relocations.s
Log Message:
-----------
[jitlink] R_X86_64_PC32 support for the elf x86 jitlinker
Summary:
Adding in our first relocation type, and all the required plumbing to support the rest in following patches
Differential Revision: https://reviews.llvm.org/D80613
Reviewer: lhames
More information about the All-commits
mailing list