forked from OSchip/llvm-project
ec6b71df70
Separates link graph creation from linking. This allows raw LinkGraphs to be created and passed to a link. ObjectLinkingLayer is updated to support emission of raw LinkGraphs in addition to object buffers. Raw LinkGraphs can be created by in-memory compilers to bypass object encoding / decoding (though this prevents caching, as LinkGraphs have do not have an on-disk representation), and by utility code to add programatically generated data structures to the JIT target process. |
||
---|---|---|
.. | ||
BasicGOTAndStubsBuilder.h | ||
CMakeLists.txt | ||
EHFrameSupport.cpp | ||
EHFrameSupportImpl.h | ||
ELF.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 |