[llvm-commits] CVS: llvm/docs/CommandGuide/gccld.html
Brian Gaeke
gaeke at cs.uiuc.edu
Sun Nov 16 17:40:01 PST 2003
Changes in directory llvm/docs/CommandGuide:
gccld.html updated: 1.7 -> 1.8
---
Log message:
Document -disable-opt option that I added.
---
Diffs of the changes: (+5 -0)
Index: llvm/docs/CommandGuide/gccld.html
diff -u llvm/docs/CommandGuide/gccld.html:1.7 llvm/docs/CommandGuide/gccld.html:1.8
--- llvm/docs/CommandGuide/gccld.html:1.7 Tue Oct 7 15:12:04 2003
+++ llvm/docs/CommandGuide/gccld.html Sun Nov 16 17:39:11 2003
@@ -101,6 +101,11 @@
Verify each pass result.
<p>
+ <li> -disable-opt
+ <br>
+ Disable all link-time optimization passes.
+ <p>
+
<li> -L=<directory>
<br>
Add directory to the list of directories to search when looking for
More information about the llvm-commits
mailing list