diff options
-rw-r--r-- | docs/index.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html index a390dc7..4042b9f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -146,6 +146,9 @@ to add instructions and intrinsics to LLVM.</li> <li><a href="UsingLibraries.html">Using LLVM Libraries</a> - Look here to understand how to use the libraries produced when LLVM is compiled.</li> +<li><a href="HowToReleaseLLVM.html">How To Release LLVM To The Public</a> - This +is a guide to preparing LLVM releases. Most developers can ignore it.</li> + <li><a href="http://llvm.org/doxygen/">Doxygen generated documentation</a> (<a href="http://llvm.org/doxygen/inherits.html">classes</a>) @@ -208,6 +211,7 @@ portable</li> </ul> + <!--=======================================================================--> <div class="doc_section"><a name="maillist">LLVM Mailing Lists</a></div> <!--=======================================================================--> |