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

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

gccas.

llvm-svn: 13964
This commit is contained in:
Chris Lattner 2004-06-02 19:30:23 +00:00
parent 9194533a19
commit b9c98a7c73
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.