[all-commits] [llvm/llvm-project] 5f3003: [JITLink] Introduce ELF/i386 backend support for J...
lhames via All-commits
all-commits at lists.llvm.org
Mon Aug 15 18:36:06 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5f300397c6ae8fa7ca3547ec2b7a3cd844f3ed59
https://github.com/llvm/llvm-project/commit/5f300397c6ae8fa7ca3547ec2b7a3cd844f3ed59
Author: Lang Hames <lhames at gmail.com>
Date: 2022-08-15 (Mon, 15 Aug 2022)
Changed paths:
A llvm/include/llvm/ExecutionEngine/JITLink/ELF_i386.h
A llvm/include/llvm/ExecutionEngine/JITLink/i386.h
M llvm/lib/ExecutionEngine/JITLink/CMakeLists.txt
M llvm/lib/ExecutionEngine/JITLink/ELF.cpp
A llvm/lib/ExecutionEngine/JITLink/ELF_i386.cpp
A llvm/lib/ExecutionEngine/JITLink/i386.cpp
A llvm/test/ExecutionEngine/JITLink/i386/ELF_i386_minimal.s
A llvm/test/ExecutionEngine/JITLink/i386/lit.local.cfg
Log Message:
-----------
[JITLink] Introduce ELF/i386 backend support for JITLink.
This initial ELF/i386 JITLink backend enables JIT-linking of minimal ELF i386
object files. No relocations are supported yet.
Reviewed By: lhames
Differential Revision: https://reviews.llvm.org/D131347
More information about the All-commits
mailing list