diff options
author | Chris Lattner <sabre@nondot.org> | 2003-10-07 16:33:42 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-10-07 16:33:42 +0000 |
commit | 1924ad2fe7b45e216d9e2fb11fa1945bd17f9f29 (patch) | |
tree | 6c76c12385a9ed37b436af64dd973867bc760926 /llvm/docs/CommandGuide | |
parent | d8d84eb0af9b80088ab7c3f588522f568a3850ab (diff) | |
download | bcm5719-llvm-1924ad2fe7b45e216d9e2fb11fa1945bd17f9f29.tar.gz bcm5719-llvm-1924ad2fe7b45e216d9e2fb11fa1945bd17f9f29.zip |
remove options specific to the -internalize pass, add the -debug option
llvm-svn: 8924
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/opt.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/opt.html b/llvm/docs/CommandGuide/opt.html index 52b168393e8..b75620706cf 100644 --- a/llvm/docs/CommandGuide/opt.html +++ b/llvm/docs/CommandGuide/opt.html @@ -74,6 +74,14 @@ OPTIONS error. <p> + <li> -debug + <br> + If this is a debug build, this option will enable debug printouts from + passes which use the <tt>DEBUG</tt> macro. See the <a + href="../ProgrammersManual.html#DEBUG">Programmer's Manual</a> for more + information. + <p> +<!-- <li> -internalize-public-api-file <filename> <br> Preserve the symbol names listed in the file filename. @@ -83,6 +91,7 @@ OPTIONS <br> Perserve the symbol names specified. <p> +--> <li> -q <br> |