aboutsummaryrefslogtreecommitdiff
path: root/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
commita2a628f32254d5bcbecd7186f19cdb832d5f9fa0 (patch)
treee8cddb9f833c3e9175c8023ecb2ae0057a840551 /docs/CommandGuide
parent94fe1f99e271ba680d356f28253d244c20f34ccc (diff)
remove options specific to the -internalize pass, add the -debug option
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8924 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r--docs/CommandGuide/opt.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/CommandGuide/opt.html b/docs/CommandGuide/opt.html
index 52b168393e..b75620706c 100644
--- a/docs/CommandGuide/opt.html
+++ b/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>