summaryrefslogtreecommitdiff
path: root/docs/tutorial
diff options
context:
space:
mode:
authorSean Silva <silvas@purdue.edu>2012-12-27 08:57:08 +0000
committerSean Silva <silvas@purdue.edu>2012-12-27 08:57:08 +0000
commit6fa16e192f5229fcdd61778112c524f63d20f877 (patch)
treed926585d3b5416409e777e327ac080647f27397b /docs/tutorial
parent1c8b825c4396ad9cd38f713d9e9a51adae1d4c4e (diff)
downloadllvm-6fa16e192f5229fcdd61778112c524f63d20f877.tar.gz
llvm-6fa16e192f5229fcdd61778112c524f63d20f877.tar.bz2
llvm-6fa16e192f5229fcdd61778112c524f63d20f877.tar.xz
docs: Move link to the new "external tutorials" area.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171154 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/tutorial')
-rw-r--r--docs/tutorial/index.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/tutorial/index.rst b/docs/tutorial/index.rst
index c2ef3b992c..a7e2c4fb36 100644
--- a/docs/tutorial/index.rst
+++ b/docs/tutorial/index.rst
@@ -30,6 +30,11 @@ External Tutorials
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/download/ean10.html
Advanced Topics
===============