mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-02 16:56:39 +00:00
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:
parent
893c26acad
commit
3e7ab7e2e4
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user