Update docs: Bugpoint understands -O[123]

Eli added this in revision 132695.

llvm-svn: 138805
This commit is contained in:
Tobias Grosser 2011-08-30 18:26:11 +00:00
parent d74c19449e
commit e8f2009f27
1 changed files with 0 additions and 12 deletions

View File

@ -216,18 +216,6 @@ non-obvious ways. Here are some hints and tips:<p>
the list of specified optimizations to be randomized and applied to the the list of specified optimizations to be randomized and applied to the
program. This process will repeat until a bug is found or the user program. This process will repeat until a bug is found or the user
kills <tt>bugpoint</tt>. kills <tt>bugpoint</tt>.
<li><p><tt>bugpoint</tt> does not understand the <tt>-O</tt> option
that is used to specify optimization level to <tt>opt</tt>. You
can use e.g.</p>
<div class="doc_code">
<p><tt>opt -O2 -debug-pass=Arguments foo.bc -disable-output</tt></p>
</div>
<p>to get a list of passes that are used with <tt>-O2</tt> and
then pass this list to <tt>bugpoint</tt>.</p>
</ol> </ol>
</div> </div>