mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 02:33:06 +01:00
85def5bf4e
This patch is the initial support, it implements translation from object file to JIT link graph, and very few relocations were supported. Currently, the test file ELF_pc_indirect.s is passed, the HelloWorld program(compiled with mno-relax flag) can be linked correctly and run on instruction emulator correctly. In the downstream implementation, I have implemented the GOT, PLT function, and EHFrame and some optimization will be implement soon. I will organize the code in to patches, then gradually send it to upstream. Differential Revision: https://reviews.llvm.org/D105429 |
||
---|---|---|
.. | ||
EHFrameSupport.h | ||
ELF_riscv.h | ||
ELF_x86_64.h | ||
ELF.h | ||
JITLink.h | ||
JITLinkDylib.h | ||
JITLinkMemoryManager.h | ||
MachO_arm64.h | ||
MachO_x86_64.h | ||
MachO.h | ||
riscv.h | ||
x86_64.h |