docs: Add link to integrated assembler HowTo

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166106 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Sean Silva 2012-10-17 16:36:27 +00:00
parent 81e35ff722
commit a747a84add

View File

@ -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