[llvm-commits] [llvm] r170998 - /llvm/trunk/docs/tutorial/index.rst

Sean Silva silvas at purdue.edu
Sat Dec 22 23:34:51 PST 2012


Author: silvas
Date: Sun Dec 23 01:34:51 2012
New Revision: 170998

URL: http://llvm.org/viewvc/llvm-project?rev=170998&view=rev
Log:
docs: Add link to external LLVM backend tutorial.

Modified:
    llvm/trunk/docs/tutorial/index.rst

Modified: llvm/trunk/docs/tutorial/index.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/tutorial/index.rst?rev=170998&r1=170997&r2=170998&view=diff
==============================================================================
--- llvm/trunk/docs/tutorial/index.rst (original)
+++ llvm/trunk/docs/tutorial/index.rst Sun Dec 23 01:34:51 2012
@@ -22,6 +22,14 @@
 
    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
 ===============





More information about the llvm-commits mailing list