diff options
author | Sean Silva <silvas@purdue.edu> | 2013-01-23 03:21:41 +0000 |
---|---|---|
committer | Sean Silva <silvas@purdue.edu> | 2013-01-23 03:21:41 +0000 |
commit | d3afa9be99e504350582f08ffc4cd05cf928db6a (patch) | |
tree | 3cbd9c685c272ef84d784061cc35de8be1077ce1 /docs/tutorial | |
parent | 9f7818d9bdfce2e9c7a2cbe31490a135aa6d1211 (diff) |
docs: Update title of external tutorial.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173224 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/tutorial')
-rw-r--r-- | docs/tutorial/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial/index.rst b/docs/tutorial/index.rst index a7e2c4fb36..69a9aee096 100644 --- a/docs/tutorial/index.rst +++ b/docs/tutorial/index.rst @@ -25,7 +25,7 @@ Kaleidoscope: Implementing a Language with LLVM in Objective Caml External Tutorials ================== -`Write An LLVM Backend Tutorial For Cpu0 <http://jonathan2251.github.com/lbd/>`_ +`Tutorial: Creating an LLVM Backend for the Cpu0 Architecture <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!). |