summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit2edea847fcbfe2688e8e1c06aeb22971a3d92fa2 (patch)
tree06623021f10422e22c74ab21493a649eeac67bc9 /llvm/docs/CommandGuide/analyze.html
parent47b48bf951e154e656cef0da01ac090d3f6b02f0 (diff)
downloadbcm5719-llvm-2edea847fcbfe2688e8e1c06aeb22971a3d92fa2.tar.gz
bcm5719-llvm-2edea847fcbfe2688e8e1c06aeb22971a3d92fa2.zip
Clarified the extension to shared library objects.
llvm-svn: 10978
Diffstat (limited to 'llvm/docs/CommandGuide/analyze.html')
-rw-r--r--llvm/docs/CommandGuide/analyze.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/docs/CommandGuide/analyze.html b/llvm/docs/CommandGuide/analyze.html
index e80f7f415e8..4a6bcc60bbe 100644
--- a/llvm/docs/CommandGuide/analyze.html
+++ b/llvm/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>
OpenPOWER on IntegriCloud