The --enable-correct-eh-support option is meaningless when provided to

gccas.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13964 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2004-06-02 19:30:23 +00:00
parent 893c26acad
commit 3e7ab7e2e4
2 changed files with 0 additions and 11 deletions

View File

@ -49,12 +49,6 @@ OPTIONS
Disable all assemble-time optimization passes.
<p>
<li>-enable-correct-eh-support
<br>
Instruct the -lowerinvoke pass to insert code for correct exception handling
support. This is expensive and is by default omitted for efficiency.
<p>
<li> -stats
<br>
Print statistics.

View File

@ -45,11 +45,6 @@ Disable the inlining pass. By default, it is enabled.
Disable all assembler-time optimization passes.
=item B<--enable-correct-eh-support>
Instruct the B<-lowerinvoke> pass to insert code for correct exception handling
support. This is expensive and is by default omitted for efficiency.
=item B<--stats>
Print statistics.