[llvm-commits] CVS: llvm/docs/CommandGuide/bugpoint.html
Chris Lattner
lattner at cs.uiuc.edu
Tue Apr 6 10:15:14 PDT 2004
Changes in directory llvm/docs/CommandGuide:
bugpoint.html updated: 1.25 -> 1.26
---
Log message:
Remove some options that don't really have anything to do with bugpoint
---
Diffs of the changes: (+0 -10)
Index: llvm/docs/CommandGuide/bugpoint.html
diff -u llvm/docs/CommandGuide/bugpoint.html:1.25 llvm/docs/CommandGuide/bugpoint.html:1.26
--- llvm/docs/CommandGuide/bugpoint.html:1.25 Mon Mar 29 14:21:45 2004
+++ llvm/docs/CommandGuide/bugpoint.html Tue Apr 6 10:14:10 2004
@@ -190,16 +190,6 @@
when attempting to reduce test programs. If you're trying to find
a bug in one of these passes, <tt>bugpoint</tt> may crash.<p>
- <li><tt>-enable-correct-eh-support</tt><br>
- Make the -lowerinvoke pass insert expensive, but correct, exception
- handling code.<p>
-
- <li><tt>-internalize-public-api-file <filename></tt><br>
- Preserve the symbols listed in the file <tt>filename</tt>.<p>
-
- <li><tt>-internalize-public-api-list <list></tt><br>
- Preserve the symbols listed in <tt>list</tt>.<p>
-
<li> <tt>-help</tt><br>
Print a summary of command line options.<p>
More information about the llvm-commits
mailing list