summaryrefslogtreecommitdiffstats
path: root/llvm/examples/LLJITExamples/LLJITWithCustomObjectLinkingLayer
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2019-12-15 19:51:35 -0800
committerLang Hames <lhames@gmail.com>2019-12-15 21:57:10 -0800
commit67a1b7f05379f2686f858fc103debcac0aed3973 (patch)
tree13671ed78a48298c003cfbb551f35a5d0c78bdd0 /llvm/examples/LLJITExamples/LLJITWithCustomObjectLinkingLayer
parent073df421e0d7caf3ba3b2fd163cbb29251162f57 (diff)
downloadbcm5719-llvm-67a1b7f05379f2686f858fc103debcac0aed3973.tar.gz
bcm5719-llvm-67a1b7f05379f2686f858fc103debcac0aed3973.zip
[Orc][LLJIT] Automatically use JITLink for LLJIT on supported platforms.
JITLink (which underlies ObjectLinkingLayer) is a replacement for RuntimeDyld. It supports the native code model, and linker plugins that enable a wider range of features than RuntimeDyld. Currently only enabled for MachO/x86-64 and MachO/arm64. New architectures will be added as JITLink support for them is developed.
Diffstat (limited to 'llvm/examples/LLJITExamples/LLJITWithCustomObjectLinkingLayer')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud