Replace -use-init-array with -use-ctors.
[oota-llvm.git] / docs / tutorial / index.rst
index c2ef3b992c3b10a1386f6a29b25d9b32a00b8b98..dde53badd3ad8cbd26127c51f930360b3e580a35 100644 (file)
@@ -25,11 +25,16 @@ 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!).
 
+`Howto: Implementing LLVM Integrated Assembler`_
+   A simple guide for how to implement an LLVM integrated assembler for an
+   architecture.
+
+.. _`Howto: Implementing LLVM Integrated Assembler`: http://www.embecosm.com/appnotes/ean10/ean10-howto-llvmas-1.0.html
 
 Advanced Topics
 ===============