diff options
author | Chris Lattner <sabre@nondot.org> | 2006-06-06 22:39:59 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-06-06 22:39:59 +0000 |
commit | 215abc71cd199da85c6164df460b50d5ff0f7268 (patch) | |
tree | c0d7c5ceb8daa8ceb70db73bdabcf3c85a2672ee /docs/CommandGuide | |
parent | d179de5ca20ff6f5204f2ec37962387c0bbf6bb7 (diff) | |
download | external_llvm-215abc71cd199da85c6164df460b50d5ff0f7268.zip external_llvm-215abc71cd199da85c6164df460b50d5ff0f7268.tar.gz external_llvm-215abc71cd199da85c6164df460b50d5ff0f7268.tar.bz2 |
document --libfiles
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28702 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r-- | docs/CommandGuide/llvm-config.pod | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/CommandGuide/llvm-config.pod b/docs/CommandGuide/llvm-config.pod index 4992284..8751d1d 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. |