[llvm-commits] CVS: llvm/www/docs/CommandGuide/llvm-link.html
Chris Lattner
lattner at cs.uiuc.edu
Tue Oct 7 11:37:01 PDT 2003
Changes in directory llvm/www/docs/CommandGuide:
llvm-link.html updated: 1.3 -> 1.4
---
Log message:
Wrap at 80 columns
remove -time-passes and -stats, because llvm-link doesn't really need them
---
Diffs of the changes: (+7 -17)
Index: llvm/www/docs/CommandGuide/llvm-link.html
diff -u llvm/www/docs/CommandGuide/llvm-link.html:1.3 llvm/www/docs/CommandGuide/llvm-link.html:1.4
--- llvm/www/docs/CommandGuide/llvm-link.html:1.3 Fri Sep 26 11:32:00 2003
+++ llvm/www/docs/CommandGuide/llvm-link.html Tue Oct 7 11:36:25 2003
@@ -44,10 +44,11 @@
<ul>
<li>-L <directory>
<br>
- Add the specified directory to the library search path. When looking for
- libraries, llvm-link will look in pathname for libraries. This option can
- be specified multiple times; llvm-link will search inside these directories
- in the order in which they were specified on the command line.
+ Add the specified directory to the library search path. When looking
+ for libraries, llvm-link will look in pathname for libraries. This
+ option can be specified multiple times; llvm-link will search inside
+ these directories in the order in which they were specified on the
+ command line.
<p>
<li>-f
@@ -58,8 +59,8 @@
<li>-o <filename>
<br>
- Output filename. If filename is -, then llvm-link will write its output to
- standard output.
+ Output filename. If filename is -, then llvm-link will write its output
+ to standard output.
<p>
<li>-d
@@ -71,17 +72,6 @@
<li>-help
<br>
Print a summary of command line options.
- <p>
-
- <li>-stats
- <br>
- Print statistics.
- <p>
-
- <li>-time-passes
- <br>
- Record the amount of time needed for each pass and print it to standard
- error.
<p>
<li>-v
More information about the llvm-commits
mailing list