summaryrefslogtreecommitdiffstats
path: root/docs/Bugpoint.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Bugpoint.html')
-rw-r--r--docs/Bugpoint.html13
1 files changed, 12 insertions, 1 deletions
diff --git a/docs/Bugpoint.html b/docs/Bugpoint.html
index 7b26796..c89b4c5 100644
--- a/docs/Bugpoint.html
+++ b/docs/Bugpoint.html
@@ -216,6 +216,17 @@ non-obvious ways. Here are some hints and tips:<p>
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
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>
@@ -232,7 +243,7 @@ non-obvious ways. Here are some hints and tips:<p>
<a href="mailto:sabre@nondot.org">Chris Lattner</a><br>
<a href="http://llvm.org">LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2008-12-11 18:34:48 +0100 (Thu, 11 Dec 2008) $
+ Last modified: $Date: 2009-10-12 20:12:47 +0200 (Mon, 12 Oct 2009) $
</address>
</body>
OpenPOWER on IntegriCloud