[llvm-commits] CVS: llvm/www/docs/CommandGuide/opt.html

Chris Lattner lattner at cs.uiuc.edu
Tue Oct 7 11:34:01 PDT 2003


Changes in directory llvm/www/docs/CommandGuide:

opt.html updated: 1.4 -> 1.5

---
Log message:

remove options specific to the -internalize pass, add the -debug option


---
Diffs of the changes:  (+9 -0)

Index: llvm/www/docs/CommandGuide/opt.html
diff -u llvm/www/docs/CommandGuide/opt.html:1.4 llvm/www/docs/CommandGuide/opt.html:1.5
--- llvm/www/docs/CommandGuide/opt.html:1.4	Fri Sep 26 11:32:00 2003
+++ llvm/www/docs/CommandGuide/opt.html	Tue Oct  7 11:33:42 2003
@@ -74,6 +74,14 @@
 	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 @@
 	<br>
 	Perserve the symbol names specified.
 	<p>
+-->
 
 	<li> -q
 	<br>





More information about the llvm-commits mailing list