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 | 7c5df343802f43cdc36f9b06e4dfa5e1a554505c (patch) | |
tree | 7e3a13ff9fcc01548df2383637e5950d1e6aafef /llvm/docs | |
parent | ab926dec5635fb9251d1c320c8645537facac536 (diff) | |
download | bcm5719-llvm-7c5df343802f43cdc36f9b06e4dfa5e1a554505c.tar.gz bcm5719-llvm-7c5df343802f43cdc36f9b06e4dfa5e1a554505c.zip |
Add HowToReleaseLLVM.html.
llvm-svn: 26979
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/index.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/docs/index.html b/llvm/docs/index.html index a390dc705f1..4042b9ff63e 100644 --- a/llvm/docs/index.html +++ b/llvm/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> <!--=======================================================================--> |