aboutsummaryrefslogtreecommitdiff
path: root/docs/CommandGuide/llvm-link.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-10-07 16:36:25 +0000
committerChris Lattner <sabre@nondot.org>2003-10-07 16:36:25 +0000
commit8bf33858443d7f875b3a8e8b5d10f052c255f7ae (patch)
tree88bf01e9f2c73654c7858e679bfc60e4cec4f78c /docs/CommandGuide/llvm-link.html
parent3a8bddb28deb8b50f8fa070b27bc09db3a1896e1 (diff)
Wrap at 80 columns
remove -time-passes and -stats, because llvm-link doesn't really need them git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8926 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide/llvm-link.html')
-rw-r--r--docs/CommandGuide/llvm-link.html24
1 files changed, 7 insertions, 17 deletions
diff --git a/docs/CommandGuide/llvm-link.html b/docs/CommandGuide/llvm-link.html
index 831fa33fa4..64895c8a78 100644
--- a/docs/CommandGuide/llvm-link.html
+++ b/docs/CommandGuide/llvm-link.html
@@ -44,10 +44,11 @@ OPTIONS
<ul>
<li>-L &lt;directory&gt;
<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 @@ OPTIONS
<li>-o &lt;filename&gt;
<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
@@ -73,17 +74,6 @@ OPTIONS
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
<br>
Verbose mode. Print information about what llvm-link is doing.