]> granicus.if.org Git - llvm/commitdiff
[docs] Make a note of the HowToUseLLJIT example in the ORCv2 design doc.
authorLang Hames <lhames@gmail.com>
Wed, 22 May 2019 21:44:46 +0000 (21:44 +0000)
committerLang Hames <lhames@gmail.com>
Wed, 22 May 2019 21:44:46 +0000 (21:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@361437 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ORCv2DesignAndImplementation.rst

index 40702af53dadcca2449cc8c75617c6d9ce670f75..b69cd163bcefcfbcba0a844c1868779fb2a43ba5 100644 (file)
@@ -144,6 +144,9 @@ specified before the JIT instance is constructed. For example:
 
   // ...
 
+For users wanting to get started with LLJIT a minimal example program can be
+found at ``llvm/examples/HowToUseLLJIT``.
+
 Design Overview
 ===============