1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

Remove some options that don't really have anything to do with bugpoint

llvm-svn: 12694
This commit is contained in:
Chris Lattner 2004-04-06 15:14:10 +00:00
parent fd7b570dff
commit ef435a5e51

View File

@ -190,16 +190,6 @@ non-obvious ways. Here are some hints and tips:<p>
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 &lt;filename&gt;</tt><br>
Preserve the symbols listed in the file <tt>filename</tt>.<p>
<li><tt>-internalize-public-api-list &lt;list&gt;</tt><br>
Preserve the symbols listed in <tt>list</tt>.<p>
<li> <tt>-help</tt><br>
Print a summary of command line options.<p>