aboutsummaryrefslogtreecommitdiff
path: root/docs/CommandGuide/opt.html
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2004-01-26 21:26:54 +0000
committerJohn Criswell <criswell@uiuc.edu>2004-01-26 21:26:54 +0000
commitf9c78655bec3036e2cef8946e261246cbe17f4c9 (patch)
tree4ab7d9d66629676d170309611a69df93079a8a8f /docs/CommandGuide/opt.html
parent6b15340ba5d035ee021f72a7c13a8df8cf8b45e7 (diff)
Clarified the extension to shared library objects.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10978 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide/opt.html')
-rw-r--r--docs/CommandGuide/opt.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/CommandGuide/opt.html b/docs/CommandGuide/opt.html
index b205209794..91650d66e8 100644
--- a/docs/CommandGuide/opt.html
+++ b/docs/CommandGuide/opt.html
@@ -88,14 +88,14 @@ writes its output to the standard output.
Quiet mode. Do not print messages on whether the program was modified.
<p>
- <li> -load &lt;plugin.so&gt;
+ <li> -load &lt;plugin&gt;
<br>
- Load the dynamic object &lt;plugin.so&gt;. This object should register new
+ Load the dynamic object &lt;plugin&gt;. 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:
<p>
- <tt>opt -load &lt;plugin.so&gt; -help</tt>
+ <tt>opt -load &lt;plugin&gt; -help</tt>
<p>
<li> -p