diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2004-11-29 03:43:29 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2004-11-29 03:43:29 +0000 |
| commit | 7d42417cc54b3fe4c2b2676a33923d93fdf840d9 (patch) | |
| tree | 62b9a0d254fbba2088cba14d20301eabfa38636e /llvm/docs/CommandGuide | |
| parent | 0f9dabd0f86ba57606309b891a587f553ca635b7 (diff) | |
| download | bcm5719-llvm-7d42417cc54b3fe4c2b2676a33923d93fdf840d9.tar.gz bcm5719-llvm-7d42417cc54b3fe4c2b2676a33923d93fdf840d9.zip | |
* Fix an item list.
* Add an ENVIRONMENT section to describe LLVM_LIB_SEARCH_PATH
llvm-svn: 18317
Diffstat (limited to 'llvm/docs/CommandGuide')
| -rw-r--r-- | llvm/docs/CommandGuide/llvm-ld.pod | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/llvm-ld.pod b/llvm/docs/CommandGuide/llvm-ld.pod index a20222cd594..be2ff9da576 100644 --- a/llvm/docs/CommandGuide/llvm-ld.pod +++ b/llvm/docs/CommandGuide/llvm-ld.pod @@ -140,16 +140,26 @@ run. This feature allows the optimization passes of B<llvm-ld> to be extended. =head2 Miscellaneous Options +=over + =item B<-v> Specifies verbose mode. In this mode the linker will print additional information about the actions it takes, programs it executes, etc. +=back + =head1 EXIT STATUS If B<llvm-ld> succeeds, it will exit with 0 return code. If an error occurs, it will exit with a non-zero return code. +=head1 ENVIRONMENT + +The C<LLVM_LIB_SEARCH_PATH> environment variable is used to find bytecode +libraries. Any paths specified in this variable will be searched after the C<-L> +options. + =head1 SEE ALSO L<llvm-ar|llvm-ar> |

