From 445e8f9d3554979a74bf7418be0b5878bc68b355 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Thu, 3 Nov 2011 17:56:28 +0000 Subject: llvm-build: Add "--write-library-table" option for generating the C++ library dependency table used by llvm-config. llvm-svn: 143628 --- llvm/docs/CommandGuide/llvm-build.pod | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'llvm/docs/CommandGuide') 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 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 +in order to provide clients with the list of required libraries for arbitrary +component combinations. + =item B<--write-llvmbuild> Write out new I files based on the loaded components. This is -- cgit v1.2.3