summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorYaron Keren <yaron.keren@gmail.com>2014-06-05 16:42:26 +0000
committerYaron Keren <yaron.keren@gmail.com>2014-06-05 16:42:26 +0000
commit4db3ad47fc58e3cc2b8227b4e6ea0c126338463e (patch)
tree41d50abab76f9a0e7c7198ced6ae97b398def751 /docs
parente1e0d4f3673a71f9f3ff5f2c27a7a0f10b38b7a1 (diff)
downloadllvm-4db3ad47fc58e3cc2b8227b4e6ea0c126338463e.tar.gz
llvm-4db3ad47fc58e3cc2b8227b4e6ea0c126338463e.tar.bz2
llvm-4db3ad47fc58e3cc2b8227b4e6ea0c126338463e.tar.xz
Document how to select build configuration with Visual C++ IDE or command line.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210273 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/GettingStartedVS.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/GettingStartedVS.rst b/docs/GettingStartedVS.rst
index aa980d20d2..d914cc176d 100644
--- a/docs/GettingStartedVS.rst
+++ b/docs/GettingStartedVS.rst
@@ -99,6 +99,9 @@ Here's the short story for getting up and running quickly with LLVM:
build.
* See the :doc:`LLVM CMake guide <CMake>` for detailed information about
how to configure the LLVM build.
+ * CMake generates project files for all build types. To select a specific
+ build type, use the Configuration manager from the VS IDE or the
+ ``/property:Configuration`` command line option when using MSBuild.
6. Start Visual Studio