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

Brian Gaeke gaeke at cs.uiuc.edu
Sun Oct 19 13:10:19 PDT 2003


Changes in directory llvm/docs/CommandGuide:

opt.html updated: 1.7 -> 1.8

---
Log message:

Tweak -plugin description to match bugpoint.html


---
Diffs of the changes:  (+1 -1)

Index: llvm/docs/CommandGuide/opt.html
diff -u llvm/docs/CommandGuide/opt.html:1.7 llvm/docs/CommandGuide/opt.html:1.8
--- llvm/docs/CommandGuide/opt.html:1.7	Tue Oct  7 15:17:24 2003
+++ llvm/docs/CommandGuide/opt.html	Sun Oct 19 13:08:57 2003
@@ -90,7 +90,7 @@
 
 	<li> -load <plugin.so>
 	<br>
-	Load the dynamic object plugin.so.  This object should register new
+	Load the dynamic object <plugin.so>.  This object should register new
 	optimization passes.  Once loaded, the object will add new command line
 	options to enable various optimizations.  To see the new complete list
 	of optimizations, use the -help and -load options together:





More information about the llvm-commits mailing list