summaryrefslogtreecommitdiff
path: root/docs/HowToSubmitABug.html
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-04-19 03:07:29 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-04-19 03:07:29 +0000
commite8cad786981c1278a106c96180d245a44fddd753 (patch)
treea2c2967d20d03ddf0dc5bcab9d7c500e909549a3 /docs/HowToSubmitABug.html
parent072b163424491c85df6664a4e056aae5e07dc64d (diff)
downloadllvm-e8cad786981c1278a106c96180d245a44fddd753.tar.gz
llvm-e8cad786981c1278a106c96180d245a44fddd753.tar.bz2
llvm-e8cad786981c1278a106c96180d245a44fddd753.tar.xz
Display sample bugpoint output with the `code' stylesheet class.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13060 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/HowToSubmitABug.html')
-rw-r--r--docs/HowToSubmitABug.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/HowToSubmitABug.html b/docs/HowToSubmitABug.html
index d4b336980e..7c0b21766f 100644
--- a/docs/HowToSubmitABug.html
+++ b/docs/HowToSubmitABug.html
@@ -202,12 +202,14 @@ something tractable, use the <tt><b>bugpoint</b></tt> tool as follows:</p>
<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>