diff options
author | Chris Lattner <sabre@nondot.org> | 2008-07-13 21:27:36 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-07-13 21:27:36 +0000 |
commit | 4f60e4de90ed926fc012aa2e59118adb17062c7b (patch) | |
tree | 4a20f9b1ba48bb920fb120c11dc1973a47dfe48a /docs/index.html | |
parent | 3698909623f994826b6a11fc4ea37e4b425a9589 (diff) |
add a description.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53529 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index 7810002117..f3dcb18500 100644 --- a/docs/index.html +++ b/docs/index.html @@ -218,7 +218,8 @@ reducer description and usage information.</li> describes the design and configuration of the LLVM compiler driver tool, <tt>llvmc</tt>.</li> -<li><a href="BitCodeFormat.html">LLVM Bitcode File Format</a></li> +<li><a href="BitCodeFormat.html">LLVM Bitcode File Format</a> - This describes +the file format and encoding used for LLVM "bc" files.</li> <li><a href="SystemLibrary.html">System Library</a> - This document describes the LLVM System Library (<tt>lib/System</tt>) and how to keep LLVM source code |