From 119ba23165edc6b87a4073e86eb8f24793bb45f7 Mon Sep 17 00:00:00 2001 From: Sean Silva Date: Wed, 17 Oct 2012 16:36:27 +0000 Subject: [PATCH] docs: Add link to integrated assembler HowTo llvm-svn: 166106 --- docs/subsystems.rst | 7 +++++++ 1 file changed, 7 insertions(+) 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