diff options
author | John Criswell <criswell@uiuc.edu> | 2004-01-26 21:26:54 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2004-01-26 21:26:54 +0000 |
commit | 2edea847fcbfe2688e8e1c06aeb22971a3d92fa2 (patch) | |
tree | 06623021f10422e22c74ab21493a649eeac67bc9 /llvm/docs/CommandGuide/analyze.html | |
parent | 47b48bf951e154e656cef0da01ac090d3f6b02f0 (diff) | |
download | bcm5719-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.html | 8 |
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 <plugin.so> + <li> -load <plugin> <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 <plugin.so> -help</tt>' to see the new + for running the passes made available by <tt>plugin</tt>. Use + '<tt><tt>analyze</tt> -load <plugin> -help</tt>' to see the new list of available analysis passes. <p> </ul> |