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. _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits