forked from OSchip/llvm-project
2ed91da0f1
Set up basic infrastructure for 64-bit ARM architecture support in JITLink. It allows for loading a minimal object file and resolving a single relocation. Advanced features like GOT and PLT handling or relaxations were intentionally left out for the moment. This patch follows the idea to keep implementations for ARM (32-bit) and Aaarch64 (64-bit) separate, because: * it might be easier to share code with the MachO "arm64" JITLink backend * LLVM has individual targets for ARM and Aaarch64 as well Reviewed By: lhames Differential Revision: https://reviews.llvm.org/D108986 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
DefineExternalSectionStartAndEndSymbols.h | ||
EHFrameSupport.cpp | ||
EHFrameSupportImpl.h | ||
ELF.cpp | ||
ELFLinkGraphBuilder.cpp | ||
ELFLinkGraphBuilder.h | ||
ELF_aarch64.cpp | ||
ELF_riscv.cpp | ||
ELF_x86_64.cpp | ||
JITLink.cpp | ||
JITLinkGeneric.cpp | ||
JITLinkGeneric.h | ||
JITLinkMemoryManager.cpp | ||
MachO.cpp | ||
MachOLinkGraphBuilder.cpp | ||
MachOLinkGraphBuilder.h | ||
MachO_arm64.cpp | ||
MachO_x86_64.cpp | ||
PerGraphGOTAndPLTStubsBuilder.h | ||
aarch64.cpp | ||
riscv.cpp | ||
x86_64.cpp |