diff options
author | Daniel Dunbar <daniel@zuster.org> | 2011-11-03 22:46:19 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2011-11-03 22:46:19 +0000 |
commit | ab3b1804feb5dafccf1c07fa44c037f527b313f5 (patch) | |
tree | 1685ccaf56ae0abb211d3c78d1ba057ab8f162da /llvm/docs/CommandGuide/llvm-build.pod | |
parent | 198b7ffc11020776e38e8800834785288086a0e9 (diff) | |
download | bcm5719-llvm-ab3b1804feb5dafccf1c07fa44c037f527b313f5.tar.gz bcm5719-llvm-ab3b1804feb5dafccf1c07fa44c037f527b313f5.zip |
llvm-build: Add initial code for --write-make-fragment.
llvm-svn: 143661
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-build.pod')
-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 2ccc1a29fee..5ce93a90c05 100644 --- a/llvm/docs/CommandGuide/llvm-build.pod +++ b/llvm/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 |