[PATCH] D83748: Adding support for PCRel32GOTLoad in ELF x86 for the jitlinker

Jared Wyles via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 14 00:07:00 PDT 2020


jaredwy created this revision.
jaredwy added a reviewer: lhames.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.

This adds the basic support for GOT in elf x86. Was able to just get away using the macho code. So there will be a follow up patch to turn that into a generic utility for both of the x86


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D83748

Files:
  llvm/include/llvm/ExecutionEngine/JITLink/ELF_x86_64.h
  llvm/lib/ExecutionEngine/JITLink/ELF_x86_64.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83748.277679.patch
Type: text/x-patch
Size: 15178 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200714/e742e2c4/attachment.bin>


More information about the llvm-commits mailing list