[llvm] r361437 - [docs] Make a note of the HowToUseLLJIT example in the ORCv2 design doc.
Lang Hames via llvm-commits
llvm-commits at lists.llvm.org
Wed May 22 14:44:46 PDT 2019
Author: lhames
Date: Wed May 22 14:44:46 2019
New Revision: 361437
URL: http://llvm.org/viewvc/llvm-project?rev=361437&view=rev
Log:
[docs] Make a note of the HowToUseLLJIT example in the ORCv2 design doc.
Modified:
llvm/trunk/docs/ORCv2DesignAndImplementation.rst
Modified: llvm/trunk/docs/ORCv2DesignAndImplementation.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ORCv2DesignAndImplementation.rst?rev=361437&r1=361436&r2=361437&view=diff
==============================================================================
--- llvm/trunk/docs/ORCv2DesignAndImplementation.rst (original)
+++ llvm/trunk/docs/ORCv2DesignAndImplementation.rst Wed May 22 14:44:46 2019
@@ -144,6 +144,9 @@ specified before the JIT instance is con
// ...
+For users wanting to get started with LLJIT a minimal example program can be
+found at ``llvm/examples/HowToUseLLJIT``.
+
Design Overview
===============
More information about the llvm-commits
mailing list