summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSean Silva <silvas@purdue.edu>2012-10-17 16:36:27 +0000
committerSean Silva <silvas@purdue.edu>2012-10-17 16:36:27 +0000
commita747a84addb85ef0c34ba88f2a45679a413f8347 (patch)
treec6918c06c43c38d2b2a8c415546361be80a2d182 /docs
parent81e35ff722ce941857ea88e40f9b2edbf69b6256 (diff)
docs: Add link to integrated assembler HowTo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166106 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/subsystems.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/subsystems.rst b/docs/subsystems.rst
index 8c3cdf2417b..6f77b79fbe2 100644
--- a/docs/subsystems.rst
+++ b/docs/subsystems.rst
@@ -91,3 +91,10 @@ Subsystem Documentation
* :ref:`segmented_stacks`
This document describes segmented stacks and how they are used in LLVM.
+
+* `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