From: Lang Hames Date: Wed, 22 May 2019 21:44:46 +0000 (+0000) Subject: [docs] Make a note of the HowToUseLLJIT example in the ORCv2 design doc. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=07a01e0c455a296733a24f6d2fc896ebd5c580ce;p=llvm [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 --- diff --git a/docs/ORCv2DesignAndImplementation.rst b/docs/ORCv2DesignAndImplementation.rst index 40702af53da..b69cd163bce 100644 --- a/docs/ORCv2DesignAndImplementation.rst +++ b/docs/ORCv2DesignAndImplementation.rst @@ -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 ===============