From 6e86da58fbbb2ce096a304b49af5e502273bfca3 Mon Sep 17 00:00:00 2001 From: Kevin Enderby Date: Wed, 24 Oct 2012 23:30:22 +0000 Subject: 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 --- docs/subsystems.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/subsystems.rst') 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 `_ @@ -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. + -- cgit v1.2.3