summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2011-11-04 23:10:37 +0000
committerDaniel Dunbar <daniel@zuster.org>2011-11-04 23:10:37 +0000
commit1688961d4e148638f42c19b8d5ede48c63e28510 (patch)
tree6633509a9e8ed8f39e75d7014d0e90697c0ff25a /docs
parenta4e07270bccb3cb6774af975300628e072bf03f1 (diff)
downloadllvm-1688961d4e148638f42c19b8d5ede48c63e28510.tar.gz
llvm-1688961d4e148638f42c19b8d5ede48c63e28510.tar.bz2
llvm-1688961d4e148638f42c19b8d5ede48c63e28510.tar.xz
llvm-build: Add initial --write-cmake-fragment option.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143744 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 5ce93a90c0..78648ba71e 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-cmake-fragment>
+
+Write out the LLVMBuild in the form of a CMake fragment, so it can easily be
+consumed by the CMake based build system. The exact contents and format of this
+file are closely tied to how LLVMBuild is integrated with CMake, see LLVM's
+top-level CMakeLists.txt.
+
=item B<--write-make-fragment>
Write out the LLVMBuild in the form of a Makefile fragment, so it can easily be