diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-04-19 03:07:29 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-04-19 03:07:29 +0000 |
commit | 4825e215c062aeae979737db324c118714cbaafe (patch) | |
tree | 5cc0207ac60a870480741522223e8a8b58bb1fb0 /llvm/docs/HowToSubmitABug.html | |
parent | 541402106014cb40f78f71d5b1290694b00ebfc6 (diff) | |
download | bcm5719-llvm-4825e215c062aeae979737db324c118714cbaafe.tar.gz bcm5719-llvm-4825e215c062aeae979737db324c118714cbaafe.zip |
Display sample bugpoint output with the `code' stylesheet class.
llvm-svn: 13060
Diffstat (limited to 'llvm/docs/HowToSubmitABug.html')
-rw-r--r-- | llvm/docs/HowToSubmitABug.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/llvm/docs/HowToSubmitABug.html b/llvm/docs/HowToSubmitABug.html index d4b336980e9..7c0b21766f0 100644 --- a/llvm/docs/HowToSubmitABug.html +++ b/llvm/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> |