[PATCH] D142846: [JITLink] Adds support for PLT based relocations to the ELF/i386 JITLink backend

Kshitij Jain via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 29 17:16:30 PST 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGcd9fd4255b48: [JITLink] Adds support for PLT based relocations to the ELF/i386 JITLink backend (authored by jain98).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D142846/new/

https://reviews.llvm.org/D142846

Files:
  llvm/include/llvm/ExecutionEngine/JITLink/i386.h
  llvm/lib/ExecutionEngine/JITLink/ELF_i386.cpp
  llvm/lib/ExecutionEngine/JITLink/i386.cpp
  llvm/test/ExecutionEngine/JITLink/i386/ELF_i386_small_pic_relocations.s
  llvm/test/ExecutionEngine/JITLink/i386/ELF_i386_small_pic_relocations_got.s
  llvm/test/ExecutionEngine/JITLink/i386/ELF_i386_small_pic_relocations_plt.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142846.493164.patch
Type: text/x-patch
Size: 15012 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230130/cd986431/attachment.bin>


More information about the llvm-commits mailing list