summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2011-11-03 22:46:19 +0000
committerDaniel Dunbar <daniel@zuster.org>2011-11-03 22:46:19 +0000
commit02271a7b42ab658115c19d5041eaed2001b9537c (patch)
tree6f08e2c6605dbe2488a0980e39bba11d4cfd3e18 /docs
parent65fd6564b8aedd053845c81ede1ac594acb470e4 (diff)
downloadllvm-02271a7b42ab658115c19d5041eaed2001b9537c.tar.gz
llvm-02271a7b42ab658115c19d5041eaed2001b9537c.tar.bz2
llvm-02271a7b42ab658115c19d5041eaed2001b9537c.tar.xz
llvm-build: Add initial code for --write-make-fragment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143661 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 2ccc1a29fe..5ce93a90c0 100644
--- a/docs/CommandGuide/llvm-build.pod
+++ b/docs/CommandGuide/llvm-build.pod
@@ -48,6 +48,13 @@ component combinations.
Write out new I<LLVMBuild.txt> files based on the loaded components. This is
useful for auto-upgrading the schema of the files.
+=item B<--write-make-fragment>
+
+Write out the LLVMBuild in the form of a Makefile fragment, so it can easily be
+consumed by a Make based build system. The exact contents and format of this
+file are closely tied to how LLVMBuild is integrated with the Makefiles, see
+LLVM's Makefile.rules.
+
=item B<--llvmbuild-source-root>=I<PATH>
If given, expect the I<LLVMBuild> files for the project to be rooted at the