diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-03-23 06:53:38 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-03-23 06:53:38 +0000 |
commit | 7df8e26dc92dc7ed74021e452cc1942956fc2cc6 (patch) | |
tree | d982a87b96a2fb5c3cd1237cf51039c86d49e2f4 /docs/index.html | |
parent | cf427e8ea03d993179307372057c6857942b8b32 (diff) | |
download | external_llvm-7df8e26dc92dc7ed74021e452cc1942956fc2cc6.zip external_llvm-7df8e26dc92dc7ed74021e452cc1942956fc2cc6.tar.gz external_llvm-7df8e26dc92dc7ed74021e452cc1942956fc2cc6.tar.bz2 |
Add HowToReleaseLLVM.html.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26979 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/index.html')
-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> <!--=======================================================================--> |