From 07a01e0c455a296733a24f6d2fc896ebd5c580ce Mon Sep 17 00:00:00 2001 From: Lang Hames Date: Wed, 22 May 2019 21:44:46 +0000 Subject: [PATCH] [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 --- docs/ORCv2DesignAndImplementation.rst | 3 +++ 1 file changed, 3 insertions(+) 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 =============== -- 2.50.1