X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FHowToSubmitABug.html;h=6449f29dcd99c5b7b1fcae6c8ae76f8f02186b02;hb=a2916ce49a9c7c2e0c6d8b91467baaca61a5f77e;hp=bcc856fd26dc0d4e0ba19417c334195e114fb057;hpb=94082397d28b172830ba5f449b9dab301e47e5b7;p=oota-llvm.git diff --git a/docs/HowToSubmitABug.html b/docs/HowToSubmitABug.html index bcc856fd26d..6449f29dcd9 100644 --- a/docs/HowToSubmitABug.html +++ b/docs/HowToSubmitABug.html @@ -11,8 +11,6 @@ How to submit an LLVM bug report -
-
@@ -31,12 +29,14 @@ -

Written by Chris Lattner and - Misha Brukman

+
+

Written by Chris Lattner and + Misha Brukman

+
- + Debugging
@@ -96,12 +96,14 @@ buggy or if it's one of the LLVM tools that has problems.

gccas, or gccld), run the llvm-gcc command line as you were when the crash occurred, but add a -v option to the command line. The compiler will print out a -bunch of stuff, and should end with telling you that one of cc1, -gccas, or gccld crashed.

+bunch of stuff, and should end with telling you that one of +cc1/cc1plus, gccas, or +gccld crashed.

-
- +