diff options
| author | Chris Lattner <sabre@nondot.org> | 2004-08-02 21:32:08 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2004-08-02 21:32:08 +0000 |
| commit | 07414cb8179422097140d60f05fc34ee469d7688 (patch) | |
| tree | 61ed77e217ddcac35dd7ae9a5f6f8ff7a76aef8c /llvm | |
| parent | fcc7688b89d79b78aa680a41bc9ea16d67d61eef (diff) | |
| download | bcm5719-llvm-07414cb8179422097140d60f05fc34ee469d7688.tar.gz bcm5719-llvm-07414cb8179422097140d60f05fc34ee469d7688.zip | |
continue hacking
llvm-svn: 15419
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/docs/index.html | 37 |
1 files changed, 11 insertions, 26 deletions
diff --git a/llvm/docs/index.html b/llvm/docs/index.html index 22f90de202b..309b7cf1846 100644 --- a/llvm/docs/index.html +++ b/llvm/docs/index.html @@ -1,4 +1,3 @@ - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> @@ -16,11 +15,7 @@ <li><a href="#userguide">LLVM User Guides</a></li> <li><a href="#llvmprog">General LLVM Programming Documentation</a></li> <li><a href="#subsystems">LLVM Subsystem Documentation</a></li> - <li><a href="#Support">LLVM Support</a> - <ul> - <li><a href="#mailList">LLVM mailing lists</a></li> - </ul> - </li> + <li><a href="#maillist">LLVM Mailing Lists</a></li> </ul> </div> @@ -55,6 +50,9 @@ some tools.</li> <li><a href="CommandGuide/">LLVM Command Guide</a> - A reference manual for the LLVM command line utilities ("man" pages for LLVM tools).</li> +<li><a href="FAQ.html">Frequently Asked Questions</a> - A list of common +questions and problems and their solutions.</li> + <li><a href="ReleaseNotes.html">Release notes for the current release</a> - This describes new features, known bugs, and other limitations.</li> @@ -67,6 +65,12 @@ manual for using the LLVM test suite.</li> <li><a href="CFEBuildInstrs.html">How to build the C/C++ front-end</a> - Instructions for building the front-end from source.</li> + +<li> You can probably find help on the unofficial LLVM IRC channel. We often +are on irc.oftc.net in the #llvm channel. If you are using the mozilla +browser, and have chatzilla installed, you can join by <a +href="irc://irc.oftc.net/llvm">clicking here</a>.</li> + </ul> @@ -151,26 +155,7 @@ test-case reducer description and usage information.</li> </ul> <!--=======================================================================--> -<div class="doc_section"><a name="Support">LLVM Support</a></div> -<!--=======================================================================--> - -<ul> -<li><a href="FAQ.html">Frequently Asked Questions</a> - A list of common -questions and problems and their solutions.</li> - -<li><a href="HowToSubmitABug.html">How-To-Submit-A-Bug</a> - Instructions -for the proper way to submit information about a bug you ran into in the LLVM -system.</li> - -<li> You can probably find help on the unofficial LLVM IRC channel. We often -are on irc.oftc.net in the #llvm channel. If you are using the mozilla -browser, and have chatzilla installed, you can join by <a -href="irc://irc.oftc.net/llvm">clicking here</a>.</li> - -</ul> - -<!--=======================================================================--> -<div class="doc_subsection"><a name="maillist">LLVM Mailing Lists</a></div> +<div class="doc_section"><a name="maillist">LLVM Mailing Lists</a></div> <!--=======================================================================--> <ul> |

