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

Misha Brukman brukman at cs.uiuc.edu
Mon Nov 15 12:36:50 PST 2004



Changes in directory llvm/docs/CommandGuide:

llvm-link.pod updated: 1.3 -> 1.4
---
Log message:

No need for the verbose `the llvm-link command' when simply `llvm-link' will do


---
Diffs of the changes:  (+9 -10)

Index: llvm/docs/CommandGuide/llvm-link.pod
diff -u llvm/docs/CommandGuide/llvm-link.pod:1.3 llvm/docs/CommandGuide/llvm-link.pod:1.4
--- llvm/docs/CommandGuide/llvm-link.pod:1.3	Mon Nov 15 14:32:58 2004
+++ llvm/docs/CommandGuide/llvm-link.pod	Mon Nov 15 14:36:39 2004
@@ -10,15 +10,15 @@
 
 =head1 DESCRIPTION
 
-The B<llvm-link> command takes several LLVM bytecode files and links them
-together into a single LLVM bytecode file.  It writes the output file to
-standard output, unless the B<-o> option is used to specify a filename.
-
-The B<llvm-link> command attempts to load the input files from the current
-directory.  If that fails, it looks for each file in each of the directories
-specified by the B<-L> options on the command line.  The library search 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.
+B<llvm-link> takes several LLVM bytecode files and links them together into a
+single LLVM bytecode file.  It writes the output file to standard output, unless
+the B<-o> option is used to specify a filename.
+
+B<llvm-link> attempts to load the input files from the current directory.  If
+that fails, it looks for each file in each of the directories specified by the
+B<-L> options on the command line.  The library search 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.
 
 =head1 OPTIONS
 
@@ -72,4 +72,3 @@
 Maintained by the LLVM Team (L<http://llvm.cs.uiuc.edu>).
 
 =cut
-






More information about the llvm-commits mailing list