diff options
| author | Daniel Dunbar <daniel@zuster.org> | 2011-11-04 23:10:37 +0000 |
|---|---|---|
| committer | Daniel Dunbar <daniel@zuster.org> | 2011-11-04 23:10:37 +0000 |
| commit | e9733850be94e94bc76593188d7d0f74f5a04c02 (patch) | |
| tree | ab9eb265db9ac8b91cdf0cff48e6226a109713d5 /llvm/docs/CommandGuide | |
| parent | e8b8b7730721eb3eb5f4ebe7dba104e011f59a06 (diff) | |
| download | bcm5719-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.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 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 |

