[llvm-commits] CVS: llvm/docs/CommandGuide/llvm-link.html

Brian Gaeke gaeke at cs.uiuc.edu
Sun Oct 19 13:10:01 PDT 2003


Changes in directory llvm/docs/CommandGuide:

llvm-link.html updated: 1.5 -> 1.6

---
Log message:

Minor edits; also expand description of '-v' option.


---
Diffs of the changes:  (+5 -3)

Index: llvm/docs/CommandGuide/llvm-link.html
diff -u llvm/docs/CommandGuide/llvm-link.html:1.5 llvm/docs/CommandGuide/llvm-link.html:1.6
--- llvm/docs/CommandGuide/llvm-link.html:1.5	Tue Oct  7 15:09:21 2003
+++ llvm/docs/CommandGuide/llvm-link.html	Sun Oct 19 13:09:24 2003
@@ -22,9 +22,9 @@
 <p>
 
 The <tt>llvm-link</tt> command attempts to load the input files from the current
-directory.  If that fails, it attempts to locate each file within the
+directory.  If that fails, it looks for each file in each of the
 directories specified by the -L options on the command line.  The library search
-paths are global; each one is search for every input file if necessary.  The
+paths are global; each one is searched for every input file if necessary.  The
 directories are searched in the order they were specified on the command line.
 
 <h3>
@@ -55,7 +55,7 @@
 
 	<li>-d
 	<br>
-	If specified, <tt>llvm-link</tt> prints a human readable version of the
+	If specified, <tt>llvm-link</tt> prints a human-readable version of the
 	output bytecode file to standard error.
 	<p>
 
@@ -67,6 +67,8 @@
 	<li>-v
 	<br>
 	Verbose mode.  Print information about what <tt>llvm-link</tt> is doing.
+    This typically includes a message for each bytecode file linked in
+    and for each library found.
 </ul>
 
 <h3>





More information about the llvm-commits mailing list