diff options
author | Oscar Fuentes <ofv@wanadoo.es> | 2009-08-16 20:56:30 +0000 |
---|---|---|
committer | Oscar Fuentes <ofv@wanadoo.es> | 2009-08-16 20:56:30 +0000 |
commit | 3cbe67d715b0d9e5dff1b07292f6f2db7f070f15 (patch) | |
tree | cd38360211cd7f7601a5ba9fa46990c1584515ea /docs/CMake.html | |
parent | ab288059a805cf8773152d82b24206ddd5574a4c (diff) | |
download | external_llvm-3cbe67d715b0d9e5dff1b07292f6f2db7f070f15.zip external_llvm-3cbe67d715b0d9e5dff1b07292f6f2db7f070f15.tar.gz external_llvm-3cbe67d715b0d9e5dff1b07292f6f2db7f070f15.tar.bz2 |
CMake: New option LLVM_BUILD_TOOLS. Renamed LLVM_EXAMPLES to
LLVM_BUILD_EXAMPLES and set default to true. Documented.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79203 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CMake.html')
-rw-r--r-- | docs/CMake.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/CMake.html b/docs/CMake.html index 45ece02..d78c386 100644 --- a/docs/CMake.html +++ b/docs/CMake.html @@ -250,6 +250,12 @@ to <i>X86</i>. On the other cases defaults to <i>all</i>. Example: <i>-DLLVM_TARGETS_TO_BUILD="X86;PowerPC;Alpha"</i>.</dd> + <dt><b>LLVM_BUILD_TOOLS</b>:BOOL</dt> + <dd>Build LLVM tools. Defaults to ON.</dd> + + <dt><b>LLVM_BUILD_EXAMPLES</b>:BOOL</dt> + <dd>Build LLVM examples. Defaults to ON.</dd> + <dt><b>LLVM_ENABLE_THREADS</b>:BOOL</dt> <dd>Build with threads support, if available. Defaults to ON.</dd> |