[examples] Rename LLJITWithJITLink to LLJITWithCustomObjectLinkingLayer.
authorLang Hames <lhames@gmail.com>
Mon, 16 Dec 2019 04:30:01 +0000 (20:30 -0800)
committerLang Hames <lhames@gmail.com>
Mon, 16 Dec 2019 05:57:11 +0000 (21:57 -0800)
commit3c9bf77b2e610856e23237746c0ff51a01d1d79f
tree64c692a7bffd35d647394e8d8b3be865825af52c
parent67a1b7f05379f2686f858fc103debcac0aed3973
[examples] Rename LLJITWithJITLink to LLJITWithCustomObjectLinkingLayer.

LLJIT now uses JITLink/ObjectLinkingLayer by default where available, so
these steps aren't required to use it. The tutorial is still useful though:
Clients can use it to test altervative linking layer implementations (e.g.
handing off to the system linker) or to test implementations of JITLink that
are still under development.
llvm/examples/LLJITExamples/CMakeLists.txt
llvm/examples/LLJITExamples/LLJITWithCustomObjectLinkingLayer/CMakeLists.txt [new file with mode: 0644]
llvm/examples/LLJITExamples/LLJITWithCustomObjectLinkingLayer/LLJITWithCustomObjectLinkingLayer.cpp [moved from llvm/examples/LLJITExamples/LLJITWithJITLink/LLJITWithJITLink.cpp with 85% similarity]
llvm/examples/LLJITExamples/LLJITWithJITLink/CMakeLists.txt [deleted file]