diff options
author | Lang Hames <lhames@gmail.com> | 2016-05-23 20:34:19 +0000 |
---|---|---|
committer | Lang Hames <lhames@gmail.com> | 2016-05-23 20:34:19 +0000 |
commit | 7331cc37742eb43b555bc3953e84ee92b37d1b34 (patch) | |
tree | e37ae0f9a0a492c124921d995518654029a2fe68 /llvm/docs/tutorial/index.rst | |
parent | fdcc727da6fa4f9fd9d572d7d5d3a22019fdae93 (diff) | |
download | bcm5719-llvm-7331cc37742eb43b555bc3953e84ee92b37d1b34.tar.gz bcm5719-llvm-7331cc37742eb43b555bc3953e84ee92b37d1b34.zip |
[Kaleidoscope] Add an initial "Building an ORC JIT" tutorial chapter.
This is a work in progress - the chapter text is incomplete, though
the example code compiles and runs.
Feedback and patches are, as usual, most welcome.
llvm-svn: 270487
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 ================== |