From 80f843d31d6bf058c69f2f369b3cbf1b38fa1ca4 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Mon, 28 Aug 2006 00:34:19 +0000 Subject: Excise references to the now defunct "analyze" tool. Merge descriptions where appropriate. llvm-svn: 29931 --- llvm/docs/HowToSubmitABug.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llvm/docs/HowToSubmitABug.html') 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:

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 opt or -analyze directly, and something crashes, jump to the section on +assertion failure of some sort. If you are running opt +directly, and something crashes, jump to the section on bugs in LLVM passes. 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.

-- cgit v1.2.3