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 | f9c78655bec3036e2cef8946e261246cbe17f4c9 (patch) | |
tree | 4ab7d9d66629676d170309611a69df93079a8a8f /docs/CommandGuide/bugpoint.html | |
parent | 6b15340ba5d035ee021f72a7c13a8df8cf8b45e7 (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/bugpoint.html')
-rw-r--r-- | docs/CommandGuide/bugpoint.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/CommandGuide/bugpoint.html b/docs/CommandGuide/bugpoint.html index b311120a80..729e822ab2 100644 --- a/docs/CommandGuide/bugpoint.html +++ b/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 <library.so></tt><br> - Load <tt><library.so></tt> into the test program whenever it is run. + <li><tt>-additional-so <library></tt><br> + Load <tt><library></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 <plugin.so></tt><br> - Load the dynamic object <tt><plugin.so></tt> into <tt>bugpoint</tt> + <a name="opt_load"><li> <tt>-load <plugin></tt><br> + Load the dynamic object <tt><plugin></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 <plugin.so> -help</tt> + <tt>bugpoint -load <plugin> -help</tt> <p> <a name="opt_output"><li><tt>-output <filename></tt><br> |