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

Chris Lattner lattner at cs.uiuc.edu
Tue Jun 6 15:40:11 PDT 2006



Changes in directory llvm/docs/CommandGuide:

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

document --libfiles


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

 llvm-config.pod |    6 ++++++
 1 files changed, 6 insertions(+)


Index: llvm/docs/CommandGuide/llvm-config.pod
diff -u llvm/docs/CommandGuide/llvm-config.pod:1.1 llvm/docs/CommandGuide/llvm-config.pod:1.2
--- llvm/docs/CommandGuide/llvm-config.pod:1.1	Thu Mar 23 17:22:16 2006
+++ llvm/docs/CommandGuide/llvm-config.pod	Tue Jun  6 17:39:59 2006
@@ -69,6 +69,12 @@
 without B<-l> or pathnames.  Useful for linking against a not-yet-installed
 copy of LLVM.
 
+=item B<--libfiles>
+
+Similar to B<--libs>, but print the full path to each library file.  This is
+useful when creating makefile dependencies, to ensure that a tool is relinked if
+any library it uses changes.
+
 =item B<--components>
 
 Print all valid component names.






More information about the llvm-commits mailing list