diff options
author | Sean Silva <silvas@purdue.edu> | 2012-10-17 16:36:27 +0000 |
---|---|---|
committer | Sean Silva <silvas@purdue.edu> | 2012-10-17 16:36:27 +0000 |
commit | a747a84addb85ef0c34ba88f2a45679a413f8347 (patch) | |
tree | c6918c06c43c38d2b2a8c415546361be80a2d182 /docs | |
parent | 81e35ff722ce941857ea88e40f9b2edbf69b6256 (diff) | |
download | external_llvm-a747a84addb85ef0c34ba88f2a45679a413f8347.zip external_llvm-a747a84addb85ef0c34ba88f2a45679a413f8347.tar.gz external_llvm-a747a84addb85ef0c34ba88f2a45679a413f8347.tar.bz2 |
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.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/subsystems.rst b/docs/subsystems.rst index 8c3cdf2..6f77b79 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 |