diff options
Diffstat (limited to 'llvm/docs/tutorial/index.rst')
-rw-r--r-- | llvm/docs/tutorial/index.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/llvm/docs/tutorial/index.rst b/llvm/docs/tutorial/index.rst index dde53badd3a..08efdee43cc 100644 --- a/llvm/docs/tutorial/index.rst +++ b/llvm/docs/tutorial/index.rst @@ -22,6 +22,16 @@ Kaleidoscope: Implementing a Language with LLVM in Objective Caml OCamlLangImpl* +Kaleidoscope: Building an ORC-based JIT in LLVM +=============================================== + +.. toctree:: + :titlesonly: + :glob: + :numbered: + + BuildingAJIT* + External Tutorials ================== |