diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2003-10-19 18:09:24 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2003-10-19 18:09:24 +0000 |
commit | cfd030726c61455805cb088ed6fd03cb06e7bddf (patch) | |
tree | a626dde2e8fe3c95f4a998e911d3dec7ea0edca1 /llvm/docs/CommandGuide/llvm-link.html | |
parent | e4cea8cd3407b93b4ff80ad2db97f16743809008 (diff) | |
download | bcm5719-llvm-cfd030726c61455805cb088ed6fd03cb06e7bddf.tar.gz bcm5719-llvm-cfd030726c61455805cb088ed6fd03cb06e7bddf.zip |
Minor edits; also expand description of '-v' option.
llvm-svn: 9263
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-link.html')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-link.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/llvm/docs/CommandGuide/llvm-link.html b/llvm/docs/CommandGuide/llvm-link.html index 7b25e632aad..ff980c2241d 100644 --- a/llvm/docs/CommandGuide/llvm-link.html +++ b/llvm/docs/CommandGuide/llvm-link.html @@ -22,9 +22,9 @@ standard output, unless the -o option is used to specify a filename. <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 @@ OPTIONS <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 @@ OPTIONS <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> |