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: