summaryrefslogtreecommitdiff
path: root/docs/subsystems.rst
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2012-06-28 08:43:12 +0000
committerBill Wendling <isanbard@gmail.com>2012-06-28 08:43:12 +0000
commit0ca9927a71fed311eea7459b4c85c98cc7ed0352 (patch)
tree4e950553c2a69c6db06092a5dc69138c0e2e6378 /docs/subsystems.rst
parent87dc7a4c8d21bd638465881f3b6d091f22d9767c (diff)
downloadllvm-0ca9927a71fed311eea7459b4c85c98cc7ed0352.tar.gz
llvm-0ca9927a71fed311eea7459b4c85c98cc7ed0352.tar.bz2
llvm-0ca9927a71fed311eea7459b4c85c98cc7ed0352.tar.xz
Sphinxify the bitcode format document.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159340 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/subsystems.rst')
-rw-r--r--docs/subsystems.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/subsystems.rst b/docs/subsystems.rst
index 27dff6b1b6..c4c3b6d595 100644
--- a/docs/subsystems.rst
+++ b/docs/subsystems.rst
@@ -7,6 +7,7 @@ Subsystem Documentation
:hidden:
AliasAnalysis
+ BitCodeFormat
BranchWeightMetadata
Bugpoint
ExceptionHandling
@@ -58,7 +59,7 @@ Subsystem Documentation
Automatic bug finder and test-case reducer description and usage
information.
-* `LLVM Bitcode File Format <BitCodeFormat.html>`_
+* :ref:`bitcode_format`
This describes the file format and encoding used for LLVM "bc" files.