[llvm-commits] [llvm] r53529 - /llvm/trunk/docs/index.html
Chris Lattner
sabre at nondot.org
Sun Jul 13 14:27:36 PDT 2008
Author: lattner
Date: Sun Jul 13 16:27:36 2008
New Revision: 53529
URL: http://llvm.org/viewvc/llvm-project?rev=53529&view=rev
Log:
add a description.
Modified:
llvm/trunk/docs/index.html
Modified: llvm/trunk/docs/index.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/index.html?rev=53529&r1=53528&r2=53529&view=diff
==============================================================================
--- llvm/trunk/docs/index.html (original)
+++ llvm/trunk/docs/index.html Sun Jul 13 16:27:36 2008
@@ -218,7 +218,8 @@
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
More information about the llvm-commits
mailing list