summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide
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
commite9733850be94e94bc76593188d7d0f74f5a04c02 (patch)
treeab9eb265db9ac8b91cdf0cff48e6226a109713d5 /llvm/docs/CommandGuide
parente8b8b7730721eb3eb5f4ebe7dba104e011f59a06 (diff)
downloadbcm5719-llvm-e9733850be94e94bc76593188d7d0f74f5a04c02.tar.gz
bcm5719-llvm-e9733850be94e94bc76593188d7d0f74f5a04c02.zip
llvm-build: Add initial --write-cmake-fragment option.
llvm-svn: 143744
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r--llvm/docs/CommandGuide/llvm-build.pod7
1 files changed, 7 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/llvm-build.pod b/llvm/docs/CommandGuide/llvm-build.pod
index 5ce93a90c05..78648ba71e8 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-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
OpenPOWER on IntegriCloud