diff --git a/docs/HowToSubmitABug.html b/docs/HowToSubmitABug.html index d4b336980e9..7c0b21766f0 100644 --- a/docs/HowToSubmitABug.html +++ b/docs/HowToSubmitABug.html @@ -202,12 +202,14 @@ something tractable, use the bugpoint tool as follows:
bugpoint will print a bunch of output as it reduces the test-case, but it should eventually print something like this:
+- ... - 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+
Once you complete this, please send the LLVM bytecode file and the command line to reproduce the problem to the llvmbugs mailing list.