summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2011-11-03 17:56:28 +0000
committerDaniel Dunbar <daniel@zuster.org>2011-11-03 17:56:28 +0000
commitefe2f644ec15913aa84460bb7ac97b8fa6164b3f (patch)
treeb3e997b901fb0508faa288a750a3c0f3a9cc7b40 /docs
parent2adb2a55ecfa276eaca7f05bc0c0dba4fdf1bed9 (diff)
downloadllvm-efe2f644ec15913aa84460bb7ac97b8fa6164b3f.tar.gz
llvm-efe2f644ec15913aa84460bb7ac97b8fa6164b3f.tar.bz2
llvm-efe2f644ec15913aa84460bb7ac97b8fa6164b3f.tar.xz
llvm-build: Add "--write-library-table" option for generating the C++ library
dependency table used by llvm-config. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143628 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/CommandGuide/llvm-build.pod7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/CommandGuide/llvm-build.pod b/docs/CommandGuide/llvm-build.pod
index 6f70ffe32c..2ccc1a29fe 100644
--- a/docs/CommandGuide/llvm-build.pod
+++ b/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