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 | f8d3e4a07af7a2ac601465b14c46783389fc4bfa (patch) | |
tree | 3dbb9c0359dfbafe5bb8bf0ac29bdebe9f741ba3 /docs/CommandGuide | |
parent | ede0ae0ed8020041dbd21026bc00acf57f6b9ef8 (diff) | |
download | external_llvm-f8d3e4a07af7a2ac601465b14c46783389fc4bfa.zip external_llvm-f8d3e4a07af7a2ac601465b14c46783389fc4bfa.tar.gz external_llvm-f8d3e4a07af7a2ac601465b14c46783389fc4bfa.tar.bz2 |
* Fix an item list.
* Add an ENVIRONMENT section to describe LLVM_LIB_SEARCH_PATH
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18317 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r-- | docs/CommandGuide/llvm-ld.pod | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/CommandGuide/llvm-ld.pod b/docs/CommandGuide/llvm-ld.pod index a20222c..be2ff9d 100644 --- a/docs/CommandGuide/llvm-ld.pod +++ b/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> |