[docs] Make a note of the HowToUseLLJIT example in the ORCv2 design doc.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@361437 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Lang Hames 2019-05-22 21:44:46 +00:00
parent 1c43a556b8
commit 07a01e0c45

View 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
===============