diff options
author | Daniel Dunbar <daniel@zuster.org> | 2011-11-03 17:56:28 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2011-11-03 17:56:28 +0000 |
commit | 445e8f9d3554979a74bf7418be0b5878bc68b355 (patch) | |
tree | 28f08d16ab6d11606ae355febe7aa1b95d69c886 /llvm/docs/CommandGuide | |
parent | 774421ec26e431ec8c63968a45805f4c0370c78c (diff) | |
download | bcm5719-llvm-445e8f9d3554979a74bf7418be0b5878bc68b355.tar.gz bcm5719-llvm-445e8f9d3554979a74bf7418be0b5878bc68b355.zip |
llvm-build: Add "--write-library-table" option for generating the C++ library
dependency table used by llvm-config.
llvm-svn: 143628
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-build.pod | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/llvm-build.pod b/llvm/docs/CommandGuide/llvm-build.pod index 6f70ffe32cf..2ccc1a29fee 100644 --- a/llvm/docs/CommandGuide/llvm-build.pod +++ b/llvm/docs/CommandGuide/llvm-build.pod @@ -36,6 +36,13 @@ the B<llvm-build> script itself. Print the component tree for the project. +=item B<--write-library-table> + +Write out the C++ fragment which defines the components, library names, and +required libraries. This C++ fragment is built into L<llvm-config|llvm-config> +in order to provide clients with the list of required libraries for arbitrary +component combinations. + =item B<--write-llvmbuild> Write out new I<LLVMBuild.txt> files based on the loaded components. This is |