From 799269128ca8bf601320fecb495d62cbf2e85aa5 Mon Sep 17 00:00:00 2001 From: John Criswell Date: Fri, 12 Mar 2004 20:42:16 +0000 Subject: [PATCH] Added minor information on C++. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12341 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/HowToSubmitABug.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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.