From 1a5ed97f35a149bcaaefb3b436cdaf9627b55a8b Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 25 Feb 2007 01:11:36 +0000 Subject: [PATCH] update this for llvm-gcc4 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34566 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/HowToSubmitABug.html | 168 +++++++++++++++++--------------------- 1 file changed, 76 insertions(+), 92 deletions(-) diff --git a/docs/HowToSubmitABug.html b/docs/HowToSubmitABug.html index 4aabf35058a..b170aa1e85c 100644 --- a/docs/HowToSubmitABug.html +++ b/docs/HowToSubmitABug.html @@ -19,9 +19,8 @@
  • Crashing Bugs
  • Miscompilations
  • Incorrect code generation (JIT and LLC)
  • @@ -51,15 +50,18 @@ getting it fixed quickly.

    Basically you have to do two things at a minimum. First, decide whether the bug crashes the compiler (or an LLVM pass), or if the -compiler is miscompiling the program. Based on +compiler is miscompiling the program (i.e., the +compiler successfully produces an executable, but it doesn't run right). Based +on what type of bug it is, follow the instructions in the linked section to narrow down the bug so that the person who fixes it will be able to find the problem more easily.

    Once you have a reduced test-case, go to the LLVM Bug Tracking -System, select the category in which the bug falls, and fill out the form -with the necessary details. The bug description should contain the following +System and fill out the form with the necessary details (note that you don't +need to pick a catagory, just use the "new-bugs" catagory if you're not sure). +The bug description should contain the following information: