From: Sean Silva Date: Wed, 17 Oct 2012 16:36:27 +0000 (+0000) Subject: docs: Add link to integrated assembler HowTo X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=a747a84addb85ef0c34ba88f2a45679a413f8347;p=oota-llvm.git docs: Add link to integrated assembler HowTo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166106 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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