aboutsummaryrefslogtreecommitdiff
path: root/docs/CommandGuide/analyze.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/analyze.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/analyze.html')
-rw-r--r--docs/CommandGuide/analyze.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/CommandGuide/analyze.html b/docs/CommandGuide/analyze.html
index e80f7f415e..4a6bcc60bb 100644
--- a/docs/CommandGuide/analyze.html
+++ b/docs/CommandGuide/analyze.html
@@ -51,16 +51,16 @@ language.
Quiet mode. With this option, analysis pass names are not printed.
<p>
- <li> -load &lt;plugin.so&gt;
+ <li> -load &lt;plugin&gt;
<br>
- Load the specified dynamic object with name plugin.so. This file
+ Load the specified dynamic object with name <tt>plugin</tt>. This file
should contain additional analysis passes that register themselves with
the <tt>analyze</tt> program after being loaded.
<p>
After being loaded, additional command line options are made available
- for running the passes made available by plugin.so. Use
- '<tt><tt>analyze</tt> -load &lt;plugin.so&gt; -help</tt>' to see the new
+ for running the passes made available by <tt>plugin</tt>. Use
+ '<tt><tt>analyze</tt> -load &lt;plugin&gt; -help</tt>' to see the new
list of available analysis passes.
<p>
</ul>