diff options
author | Tim Northover <Tim.Northover@arm.com> | 2013-04-15 11:53:05 +0000 |
---|---|---|
committer | Tim Northover <Tim.Northover@arm.com> | 2013-04-15 11:53:05 +0000 |
commit | 865f4bcb5dde73d2bd35e99da6f92599ffee19d6 (patch) | |
tree | bd1e3171be83b491e46c953a207a7131658ac78e /llvm/docs | |
parent | 5990db62f6e916779cb98ceed9a740cb35f19a24 (diff) | |
download | bcm5719-llvm-865f4bcb5dde73d2bd35e99da6f92599ffee19d6.tar.gz bcm5719-llvm-865f4bcb5dde73d2bd35e99da6f92599ffee19d6.zip |
Enable all targets by default on Visual Studio.
llvm-svn: 179518
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/CMake.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/CMake.rst b/llvm/docs/CMake.rst index fb081d7b98c..991e4ba6da9 100644 --- a/llvm/docs/CMake.rst +++ b/llvm/docs/CMake.rst @@ -168,8 +168,8 @@ LLVM-specific variables **LLVM_TARGETS_TO_BUILD**:STRING Semicolon-separated list of targets to build, or *all* for building all - targets. Case-sensitive. For Visual C++ defaults to *X86*. On the other cases - defaults to *all*. Example: ``-DLLVM_TARGETS_TO_BUILD="X86;PowerPC"``. + targets. Case-sensitive. Defaults to *all*. Example: + ``-DLLVM_TARGETS_TO_BUILD="X86;PowerPC"``. **LLVM_BUILD_TOOLS**:BOOL Build LLVM tools. Defaults to ON. Targets for building each tool are generated |