aboutsummaryrefslogtreecommitdiff
path: root/docs/CommandGuide/llvm-build.pod
diff options
context:
space:
mode:
Diffstat (limited to 'docs/CommandGuide/llvm-build.pod')
-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