diff --git a/docs/HowToSubmitABug.html b/docs/HowToSubmitABug.html index 28def13d086..84d7b8ba108 100644 --- a/docs/HowToSubmitABug.html +++ b/docs/HowToSubmitABug.html @@ -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.