summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-10-07 16:33:42 +0000
committerChris Lattner <sabre@nondot.org>2003-10-07 16:33:42 +0000
commit1924ad2fe7b45e216d9e2fb11fa1945bd17f9f29 (patch)
tree6c76c12385a9ed37b436af64dd973867bc760926 /llvm/docs/CommandGuide
parentd8d84eb0af9b80088ab7c3f588522f568a3850ab (diff)
downloadbcm5719-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.html9
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 &lt;filename&gt;
<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>
OpenPOWER on IntegriCloud