[llvm-commits] CVS: llvm/docs/HowToSubmitABug.html
John Criswell
criswell at gally.cs.uiuc.edu
Fri Mar 12 14:43:01 PST 2004
Changes in directory llvm/docs:
HowToSubmitABug.html updated: 1.12 -> 1.13
---
Log message:
Added minor information on C++.
---
Diffs of the changes: (+6 -4)
Index: llvm/docs/HowToSubmitABug.html
diff -u llvm/docs/HowToSubmitABug.html:1.12 llvm/docs/HowToSubmitABug.html:1.13
--- llvm/docs/HowToSubmitABug.html:1.12 Fri Feb 13 19:07:17 2004
+++ llvm/docs/HowToSubmitABug.html Fri Mar 12 14:42:16 2004
@@ -96,12 +96,14 @@
<tt><b>gccas</b></tt>, or <tt><b>gccld</b></tt>), run the
<tt><b>llvm-gcc</b></tt> command line as you were when the crash occurred, but
add a <tt>-v</tt> option to the command line. The compiler will print out a
-bunch of stuff, and should end with telling you that one of <tt><b>cc1</b></tt>,
-<tt><b>gccas</b></tt>, or <tt><b>gccld</b></tt> crashed.</p>
+bunch of stuff, and should end with telling you that one of
+<tt><b>cc1</b>/<b>cc1plus</b></tt>, <tt><b>gccas</b></tt>, or
+<tt><b>gccld</b></tt> crashed.</p>
<ul>
- <li>If <tt><b>cc1</b></tt> crashed, you found a problem with the front-end.
+ <li>If <tt><b>cc1</b></tt> or <tt><b>cc1plus</b></tt> crashed, you found a
+ problem with the front-end.
Jump ahead to the section on <a href="#front-end">front-end bugs</a>.</li>
<li>If <tt><b>gccas</b></tt> crashed, you found a bug in <a href="#gccas">one
@@ -315,7 +317,7 @@
<a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a>
<br>
- Last modified: $Date: 2004/02/14 01:07:17 $
+ Last modified: $Date: 2004/03/12 20:42:16 $
</address>
</body>
More information about the llvm-commits
mailing list