Sphinxify the bitcode format document.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159340 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Bill Wendling 2012-06-28 08:43:12 +00:00
parent 87dc7a4c8d
commit 0ca9927a71
3 changed files with 1047 additions and 1491 deletions

File diff suppressed because it is too large Load Diff

1045
docs/BitCodeFormat.rst Normal file

File diff suppressed because it is too large Load Diff

View File

@ -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.