[llvm-commits] CVS: llvm/docs/CommandGuide/llvm-ld.pod

Reid Spencer reid at x10sys.com
Sun Nov 28 19:43:40 PST 2004



Changes in directory llvm/docs/CommandGuide:

llvm-ld.pod updated: 1.1 -> 1.2
---
Log message:

* Fix an item list.
* Add an ENVIRONMENT section to describe LLVM_LIB_SEARCH_PATH


---
Diffs of the changes:  (+10 -0)

Index: llvm/docs/CommandGuide/llvm-ld.pod
diff -u llvm/docs/CommandGuide/llvm-ld.pod:1.1 llvm/docs/CommandGuide/llvm-ld.pod:1.2
--- llvm/docs/CommandGuide/llvm-ld.pod:1.1	Sun Nov 21 12:20:16 2004
+++ llvm/docs/CommandGuide/llvm-ld.pod	Sun Nov 28 21:43:29 2004
@@ -140,16 +140,26 @@
 
 =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>






More information about the llvm-commits mailing list