summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-06-06 22:39:59 +0000
committerChris Lattner <sabre@nondot.org>2006-06-06 22:39:59 +0000
commit7f9dcde368075d21b63b703537b168ba49b0d210 (patch)
tree3358dab2ef950d05dd33f948c2d481476fc4c980 /llvm/docs/CommandGuide
parent330d4d006a36b4a3ad4087b029d6cd8d6fd287da (diff)
downloadbcm5719-llvm-7f9dcde368075d21b63b703537b168ba49b0d210.tar.gz
bcm5719-llvm-7f9dcde368075d21b63b703537b168ba49b0d210.zip
document --libfiles
llvm-svn: 28702
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r--llvm/docs/CommandGuide/llvm-config.pod6
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/llvm-config.pod b/llvm/docs/CommandGuide/llvm-config.pod
index 49922847797..8751d1d6b9d 100644
--- a/llvm/docs/CommandGuide/llvm-config.pod
+++ b/llvm/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.
OpenPOWER on IntegriCloud