1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

* Fix an item list.

* Add an ENVIRONMENT section to describe LLVM_LIB_SEARCH_PATH

llvm-svn: 18317
This commit is contained in:
Reid Spencer 2004-11-29 03:43:29 +00:00
parent 7a59355895
commit fa10df0bb3

View File

@ -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>