diff options
Diffstat (limited to 'llvm/docs/tutorial/BuildingAJIT2.rst')
-rw-r--r-- | llvm/docs/tutorial/BuildingAJIT2.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/docs/tutorial/BuildingAJIT2.rst b/llvm/docs/tutorial/BuildingAJIT2.rst index f1861033cc7..95d0c1a6dd5 100644 --- a/llvm/docs/tutorial/BuildingAJIT2.rst +++ b/llvm/docs/tutorial/BuildingAJIT2.rst @@ -12,6 +12,11 @@ we welcome any feedback. Chapter 2 Introduction ====================== +**Warning: This text is currently out of date due to ORC API updates.** + +**The example code has been updated and can be used. The text will be updated +once the API churn dies down.** + Welcome to Chapter 2 of the "Building an ORC-based JIT in LLVM" tutorial. In `Chapter 1 <BuildingAJIT1.html>`_ of this series we examined a basic JIT class, KaleidoscopeJIT, that could take LLVM IR modules as input and produce |