diff options
author | Sean Silva <silvas@purdue.edu> | 2012-12-23 07:34:51 +0000 |
---|---|---|
committer | Sean Silva <silvas@purdue.edu> | 2012-12-23 07:34:51 +0000 |
commit | d63c66890cd47e1c271df0737ec4f74975740bc1 (patch) | |
tree | 9f7fa5945e10652dc54152002cb6423319cfc090 /docs/tutorial/index.rst | |
parent | 40b04a481d4a1b53a549c99edc730e06b0b14fb4 (diff) |
docs: Add link to external LLVM backend tutorial.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170998 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/tutorial/index.rst')
-rw-r--r-- | docs/tutorial/index.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/tutorial/index.rst b/docs/tutorial/index.rst index 4658f9619e..c2ef3b992c 100644 --- a/docs/tutorial/index.rst +++ b/docs/tutorial/index.rst @@ -22,6 +22,14 @@ Kaleidoscope: Implementing a Language with LLVM in Objective Caml OCamlLangImpl* +External Tutorials +================== + +`Write An LLVM Backend Tutorial For Cpu0 <http://jonathan2251.github.com/lbd/>`_ + A step-by-step tutorial for developing an LLVM backend. Under + active development at `<https://github.com/Jonathan2251/lbd>`_ (please + contribute!). + Advanced Topics =============== |