diff options
| author | Chris Lattner <sabre@nondot.org> | 2004-06-02 19:30:23 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2004-06-02 19:30:23 +0000 |
| commit | 7113171f635131569ee4307974ea1d6b6d012b5d (patch) | |
| tree | 568d6a67e8f48eac92e5d6a7119ea4a91b7d950e /llvm/docs/CommandGuide | |
| parent | 8c85ec93bee0a1d3e6616e89358765807cc2331b (diff) | |
| download | bcm5719-llvm-7113171f635131569ee4307974ea1d6b6d012b5d.tar.gz bcm5719-llvm-7113171f635131569ee4307974ea1d6b6d012b5d.zip | |
The --enable-correct-eh-support option is meaningless when provided to
gccas.
llvm-svn: 13964
Diffstat (limited to 'llvm/docs/CommandGuide')
| -rw-r--r-- | llvm/docs/CommandGuide/gccas.html | 6 | ||||
| -rw-r--r-- | llvm/docs/CommandGuide/gccas.pod | 5 |
2 files changed, 0 insertions, 11 deletions
diff --git a/llvm/docs/CommandGuide/gccas.html b/llvm/docs/CommandGuide/gccas.html index 67a270c968c..4c22a9934a5 100644 --- a/llvm/docs/CommandGuide/gccas.html +++ b/llvm/docs/CommandGuide/gccas.html @@ -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. diff --git a/llvm/docs/CommandGuide/gccas.pod b/llvm/docs/CommandGuide/gccas.pod index edfa8ee7306..a7e32533fbf 100644 --- a/llvm/docs/CommandGuide/gccas.pod +++ b/llvm/docs/CommandGuide/gccas.pod @@ -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. |

