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/gccas.html | |
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/gccas.html')
-rw-r--r-- | llvm/docs/CommandGuide/gccas.html | 6 |
1 files changed, 0 insertions, 6 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. |