diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-11-15 20:36:39 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-11-15 20:36:39 +0000 |
commit | 6c668c4fba975fd520a6bc715bf2e9832b5da4b5 (patch) | |
tree | b85726a645e5513cf6abeedfab6e6eacfe20f183 /llvm/docs/CommandGuide | |
parent | 16c91760431df0694e6a08d5a29903a30bdf2bf4 (diff) | |
download | bcm5719-llvm-6c668c4fba975fd520a6bc715bf2e9832b5da4b5.tar.gz bcm5719-llvm-6c668c4fba975fd520a6bc715bf2e9832b5da4b5.zip |
No need for the verbose `the llvm-link command' when simply `llvm-link' will do
llvm-svn: 17845
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-link.pod | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/llvm/docs/CommandGuide/llvm-link.pod b/llvm/docs/CommandGuide/llvm-link.pod index 4ad1f254743..3c12cf9bdf6 100644 --- a/llvm/docs/CommandGuide/llvm-link.pod +++ b/llvm/docs/CommandGuide/llvm-link.pod @@ -10,15 +10,15 @@ B<llvm-link> [I<options>] I<filename ...> =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. +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. -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> 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 @@ L<gccld|gccld> Maintained by the LLVM Team (L<http://llvm.cs.uiuc.edu>). =cut - |