diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-08-28 00:34:19 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-08-28 00:34:19 +0000 |
commit | 80f843d31d6bf058c69f2f369b3cbf1b38fa1ca4 (patch) | |
tree | af5e62fcf8c50e73f13a136108a4eaf3552fd3ad /llvm/docs/HowToSubmitABug.html | |
parent | 97c598083ef245bb3166d0dc8aa16cdebe18ee8a (diff) | |
download | bcm5719-llvm-80f843d31d6bf058c69f2f369b3cbf1b38fa1ca4.tar.gz bcm5719-llvm-80f843d31d6bf058c69f2f369b3cbf1b38fa1ca4.zip |
Excise references to the now defunct "analyze" tool. Merge descriptions
where appropriate.
llvm-svn: 29931
Diffstat (limited to 'llvm/docs/HowToSubmitABug.html')
-rw-r--r-- | llvm/docs/HowToSubmitABug.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/HowToSubmitABug.html b/llvm/docs/HowToSubmitABug.html index ba24d988739..f01c5c72a10 100644 --- a/llvm/docs/HowToSubmitABug.html +++ b/llvm/docs/HowToSubmitABug.html @@ -82,8 +82,8 @@ information:</p> <div class="doc_text"> <p>More often than not, bugs in the compiler cause it to crash - often due to an -assertion failure of some sort. If you are running <tt><b>opt</b></tt> or -<tt><b>analyze</b></tt> directly, and something crashes, jump to the section on +assertion failure of some sort. If you are running <tt><b>opt</b></tt> +directly, and something crashes, jump to the section on <a href="#passes">bugs in LLVM passes</a>. Otherwise, the most important piece of the puzzle is to figure out if it is the GCC-based front-end that is buggy or if it's one of the LLVM tools that has problems.</p> |