mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
85d946b864
This patch makes ownership of the JITLinkMemoryManager by ObjectLinkingLayer optional: the layer can still own the memory manager but no longer has to. Evevntually we want to move to a state where ObjectLinkingLayer never owns its memory manager. For now allowing optional ownership makes it easier to develop classes that can dynamically use either RTDyldObjectLinkingLayer, which owns its memory managers, or ObjectLinkingLayer (e.g. LLJIT). |
||
---|---|---|
.. | ||
BrainF | ||
Bye | ||
ExceptionDemo | ||
Fibonacci | ||
HowToUseJIT | ||
HowToUseLLJIT | ||
IRTransforms | ||
Kaleidoscope | ||
ModuleMaker | ||
OCaml-Kaleidoscope | ||
OrcV2Examples | ||
ParallelJIT | ||
SpeculativeJIT | ||
ThinLtoJIT | ||
CMakeLists.txt | ||
LLVMBuild.txt |