[PATCH] D135523: Adds absolute and pc relative relocation support for ELF/i386

Lang Hames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 30 17:35:57 PDT 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG2a3b257a935a: [JITLink][i386] Adds absolute and pc relative relocation support for ELF/i386. (authored by jain98, committed by lhames).

Changed prior to commit:
  https://reviews.llvm.org/D135523?vs=466327&id=471888#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135523

Files:
  llvm/include/llvm/ExecutionEngine/JITLink/i386.h
  llvm/lib/ExecutionEngine/JITLink/ELFLinkGraphBuilder.h
  llvm/lib/ExecutionEngine/JITLink/ELF_aarch64.cpp
  llvm/lib/ExecutionEngine/JITLink/ELF_i386.cpp
  llvm/lib/ExecutionEngine/JITLink/ELF_riscv.cpp
  llvm/lib/ExecutionEngine/JITLink/ELF_x86_64.cpp
  llvm/lib/ExecutionEngine/JITLink/i386.cpp
  llvm/test/ExecutionEngine/JITLink/i386/ELF_i386_absolute_relocations_32.s
  llvm/test/ExecutionEngine/JITLink/i386/ELF_i386_pc_relative_relocations_32.s
  llvm/test/ExecutionEngine/JITLink/i386/lit.local.cfg

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135523.471888.patch
Type: text/x-patch
Size: 19830 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221031/3ee73345/attachment.bin>


More information about the llvm-commits mailing list