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 | 3e7ab7e2e4ac703af914f89a27e9d5ee64416f16 (patch) | |
tree | 0f50da7c846d42797ed0bba62bbadd1049fdc910 /docs/CommandGuide/gccas.html | |
parent | 893c26acadc3e0b4f0ef8a380644b6699fc7215d (diff) |
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
Diffstat (limited to 'docs/CommandGuide/gccas.html')
-rw-r--r-- | docs/CommandGuide/gccas.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/CommandGuide/gccas.html b/docs/CommandGuide/gccas.html index 67a270c968..4c22a9934a 100644 --- a/docs/CommandGuide/gccas.html +++ b/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. |