[PATCH] D79832: Initial commit for the elf x86 implementation for jitlink

Lang Hames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 21 22:11:05 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG2e40cf06df0c: [JITLink] Initial implementation of ELF / x86-64 support for JITLink. (authored by lhames).

Changed prior to commit:
  https://reviews.llvm.org/D79832?vs=264378&id=265669#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79832

Files:
  llvm/include/llvm/ExecutionEngine/JITLink/ELF.h
  llvm/include/llvm/ExecutionEngine/JITLink/ELF_x86_64.h
  llvm/lib/ExecutionEngine/JITLink/CMakeLists.txt
  llvm/lib/ExecutionEngine/JITLink/ELF.cpp
  llvm/lib/ExecutionEngine/JITLink/ELF_x86_64.cpp
  llvm/lib/ExecutionEngine/JITLink/JITLink.cpp
  llvm/test/ExecutionEngine/JITLink/X86/ELF_x86-64_relocations.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79832.265669.patch
Type: text/x-patch
Size: 20247 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200522/6ea41eb6/attachment.bin>


More information about the llvm-commits mailing list