X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FHowToSubmitABug.rst;h=9f997d2757dd967854599329ca30c73935f62c7b;hb=1ab309435ad4b5c32e3a13636d348d4d8f860c5b;hp=702dc0c6112b4a5ea4017f26d3a8f9785cb7e319;hpb=f7f33ced956cf048e3984f550f422d8a7532a1f8;p=oota-llvm.git diff --git a/docs/HowToSubmitABug.rst b/docs/HowToSubmitABug.rst index 702dc0c6112..9f997d2757d 100644 --- a/docs/HowToSubmitABug.rst +++ b/docs/HowToSubmitABug.rst @@ -89,7 +89,7 @@ Then run: .. code-block:: bash - opt -std-compile-opts -debug-pass=Arguments foo.bc -disable-output + opt -O3 -debug-pass=Arguments foo.bc -disable-output This command should do two things: it should print out a list of passes, and then it should crash in the same way as clang. If it doesn't crash, please