summaryrefslogtreecommitdiff
path: root/docs/subsystems.rst
diff options
context:
space:
mode:
authorKevin Enderby <enderby@apple.com>2012-10-24 23:30:22 +0000
committerKevin Enderby <enderby@apple.com>2012-10-24 23:30:22 +0000
commit6e86da58fbbb2ce096a304b49af5e502273bfca3 (patch)
treee43c882b63aec420d104e7d3fcab3bf5e8475849 /docs/subsystems.rst
parentb3009eec47d2aaa61cc848a66a7bbd69ad9e0f19 (diff)
downloadllvm-6e86da58fbbb2ce096a304b49af5e502273bfca3.tar.gz
llvm-6e86da58fbbb2ce096a304b49af5e502273bfca3.tar.bz2
llvm-6e86da58fbbb2ce096a304b49af5e502273bfca3.tar.xz
Add a bit of documentation on the annotated disassembly output.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166639 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/subsystems.rst')
-rw-r--r--docs/subsystems.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/subsystems.rst b/docs/subsystems.rst
index 6f77b79fbe..80d0eed663 100644
--- a/docs/subsystems.rst
+++ b/docs/subsystems.rst
@@ -17,6 +17,7 @@ Subsystem Documentation
TableGenFundamentals
DebuggingJITedCode
GoldPlugin
+ MarkedUpDisassembly
* `Writing an LLVM Pass <WritingAnLLVMPass.html>`_
@@ -98,3 +99,8 @@ Subsystem Documentation
architecture.
.. _`Howto: Implementing LLVM Integrated Assembler`: http://www.embecosm.com/download/ean10.html
+
+* :ref:`marked_up_disassembly`
+
+ This document describes the optional rich disassembly output syntax.
+