From 62a09f32c75ffa111a2e0770e1ddc3609e3a64fb Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 6 Jun 2006 22:39:59 +0000 Subject: [PATCH] document --libfiles llvm-svn: 28702 --- docs/CommandGuide/llvm-config.pod | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/CommandGuide/llvm-config.pod b/docs/CommandGuide/llvm-config.pod index 49922847797..8751d1d6b9d 100644 --- a/docs/CommandGuide/llvm-config.pod +++ b/docs/CommandGuide/llvm-config.pod @@ -69,6 +69,12 @@ Similar to B<--libs>, but prints the bare filenames of the libraries 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.