summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide/bugpoint.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/bugpoint.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/bugpoint.html')
-rw-r--r--llvm/docs/CommandGuide/bugpoint.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/llvm/docs/CommandGuide/bugpoint.html b/llvm/docs/CommandGuide/bugpoint.html
index b311120a808..729e822ab2f 100644
--- a/llvm/docs/CommandGuide/bugpoint.html
+++ b/llvm/docs/CommandGuide/bugpoint.html
@@ -158,8 +158,8 @@ non-obvious ways. Here are some hints and tips:<p>
<h3>OPTIONS</h3>
<ul>
- <li><tt>-additional-so &lt;library.so&gt;</tt><br>
- Load <tt>&lt;library.so&gt;</tt> into the test program whenever it is run.
+ <li><tt>-additional-so &lt;library&gt;</tt><br>
+ Load <tt>&lt;library&gt;</tt> into the test program whenever it is run.
This is useful if you are debugging programs which depend on non-LLVM
libraries (such as the X or curses libraries) to run.<p>
@@ -189,14 +189,14 @@ non-obvious ways. Here are some hints and tips:<p>
test program, whenever it runs, to come from that file.
<p>
- <a name="opt_load"><li> <tt>-load &lt;plugin.so&gt;</tt><br>
- Load the dynamic object <tt>&lt;plugin.so&gt;</tt> into <tt>bugpoint</tt>
+ <a name="opt_load"><li> <tt>-load &lt;plugin&gt;</tt><br>
+ Load the dynamic object <tt>&lt;plugin&gt;</tt> into <tt>bugpoint</tt>
itself. 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>bugpoint -load &lt;plugin.so&gt; -help</tt>
+ <tt>bugpoint -load &lt;plugin&gt; -help</tt>
<p>
<a name="opt_output"><li><tt>-output &lt;filename&gt;</tt><br>
OpenPOWER on IntegriCloud