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 | acfd9ad43ddd13a94e92858e497b21a1f3ebb31d (patch) | |
tree | 36a30ead6c1fee53be59481c107cb97c1465103a /llvm/docs | |
parent | 91bd6c922d7cfd71e040b7fa259837fc2c925357 (diff) | |
download | bcm5719-llvm-acfd9ad43ddd13a94e92858e497b21a1f3ebb31d.tar.gz bcm5719-llvm-acfd9ad43ddd13a94e92858e497b21a1f3ebb31d.zip |
CMake: New option LLVM_BUILD_TOOLS. Renamed LLVM_EXAMPLES to
LLVM_BUILD_EXAMPLES and set default to true. Documented.
llvm-svn: 79203
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/CMake.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/docs/CMake.html b/llvm/docs/CMake.html index 45ece026421..d78c386f69b 100644 --- a/llvm/docs/CMake.html +++ b/llvm/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> |