[llvm-commits] [llvm] r166106 - /llvm/trunk/docs/subsystems.rst
Sean Silva
silvas at purdue.edu
Wed Oct 17 09:36:27 PDT 2012
Author: silvas
Date: Wed Oct 17 11:36:27 2012
New Revision: 166106
URL: http://llvm.org/viewvc/llvm-project?rev=166106&view=rev
Log:
docs: Add link to integrated assembler HowTo
Modified:
llvm/trunk/docs/subsystems.rst
Modified: llvm/trunk/docs/subsystems.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/subsystems.rst?rev=166106&r1=166105&r2=166106&view=diff
==============================================================================
--- llvm/trunk/docs/subsystems.rst (original)
+++ llvm/trunk/docs/subsystems.rst Wed Oct 17 11:36:27 2012
@@ -91,3 +91,10 @@
* :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
More information about the llvm-commits
mailing list