diff options
author | John Criswell <criswell@uiuc.edu> | 2004-03-12 22:45:35 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2004-03-12 22:45:35 +0000 |
commit | 13875932b231ea8b8b92fb85685c2f720d217fc8 (patch) | |
tree | d489419d2b6400708c83966c8706c213b7fb740a /llvm/docs/CommandGuide/gccas.html | |
parent | a036253872ed5c9b60b1e1aaaca08e81be74dc49 (diff) | |
download | bcm5719-llvm-13875932b231ea8b8b92fb85685c2f720d217fc8.tar.gz bcm5719-llvm-13875932b231ea8b8b92fb85685c2f720d217fc8.zip |
Performed some updates on the new options to these command line tools.
llvm-svn: 12350
Diffstat (limited to 'llvm/docs/CommandGuide/gccas.html')
-rw-r--r-- | llvm/docs/CommandGuide/gccas.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/gccas.html b/llvm/docs/CommandGuide/gccas.html index a0bafcc8206..67a270c968c 100644 --- a/llvm/docs/CommandGuide/gccas.html +++ b/llvm/docs/CommandGuide/gccas.html @@ -44,6 +44,17 @@ OPTIONS Disable the inlining pass. By default, it is enabled. <p> + <li> -disable-opt + <br> + 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. |