[PATCH] D131347: Set up basic infrastructure for ELF/i386 backend support in JITLink .

Lang Hames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 15 18:35:58 PDT 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG5f300397c6ae: [JITLink] Introduce ELF/i386 backend support for JITLink. (authored by lhames).

Changed prior to commit:
  https://reviews.llvm.org/D131347?vs=452439&id=452871#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131347

Files:
  llvm/include/llvm/ExecutionEngine/JITLink/ELF_i386.h
  llvm/include/llvm/ExecutionEngine/JITLink/i386.h
  llvm/lib/ExecutionEngine/JITLink/CMakeLists.txt
  llvm/lib/ExecutionEngine/JITLink/ELF.cpp
  llvm/lib/ExecutionEngine/JITLink/ELF_i386.cpp
  llvm/lib/ExecutionEngine/JITLink/i386.cpp
  llvm/test/ExecutionEngine/JITLink/i386/ELF_i386_minimal.s
  llvm/test/ExecutionEngine/JITLink/i386/lit.local.cfg

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131347.452871.patch
Type: text/x-patch
Size: 10717 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220816/bf6ae61e/attachment.bin>


More information about the llvm-commits mailing list