[llvm-commits] CVS: llvm/docs/HowToSubmitABug.html
Misha Brukman
brukman at cs.uiuc.edu
Sun Apr 18 22:08:01 PDT 2004
Changes in directory llvm/docs:
HowToSubmitABug.html updated: 1.15 -> 1.16
---
Log message:
Display sample bugpoint output with the `code' stylesheet class.
---
Diffs of the changes: (+6 -4)
Index: llvm/docs/HowToSubmitABug.html
diff -u llvm/docs/HowToSubmitABug.html:1.15 llvm/docs/HowToSubmitABug.html:1.16
--- llvm/docs/HowToSubmitABug.html:1.15 Thu Apr 15 16:01:21 2004
+++ llvm/docs/HowToSubmitABug.html Sun Apr 18 22:07:29 2004
@@ -202,12 +202,14 @@
<p><tt><b>bugpoint</b></tt> will print a bunch of output as it reduces the
test-case, but it should eventually print something like this:</p>
+<div class="doc_code">
<pre>
- ...
- Emitted bytecode to 'bugpoint-reduced-simplified.bc'
+...
+Emitted bytecode to 'bugpoint-reduced-simplified.bc'
- *** You can reproduce the problem with: opt bugpoint-reduced-simplified.bc -licm
+*** You can reproduce the problem with: opt bugpoint-reduced-simplified.bc -licm
</pre>
+</div>
<p>Once you complete this, please send the LLVM bytecode file and the command
line to reproduce the problem to the llvmbugs mailing list.</p>
@@ -332,7 +334,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/04/15 21:01:21 $
+ Last modified: $Date: 2004/04/19 03:07:29 $
</address>
</body>
More information about the llvm-commits
mailing list