diff options
| author | Yaron Keren <yaron.keren@gmail.com> | 2014-06-05 16:42:26 +0000 |
|---|---|---|
| committer | Yaron Keren <yaron.keren@gmail.com> | 2014-06-05 16:42:26 +0000 |
| commit | eadc9b3f8863801f409a2214ddfda1a2bace3b58 (patch) | |
| tree | cef052a940d6c32f30edab1a6b5822912ecab911 | |
| parent | f032399bc479833a6f948a1ced6413e906f221be (diff) | |
| download | bcm5719-llvm-eadc9b3f8863801f409a2214ddfda1a2bace3b58.tar.gz bcm5719-llvm-eadc9b3f8863801f409a2214ddfda1a2bace3b58.zip | |
Document how to select build configuration with Visual C++ IDE or command line.
llvm-svn: 210273
| -rw-r--r-- | llvm/docs/GettingStartedVS.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/docs/GettingStartedVS.rst b/llvm/docs/GettingStartedVS.rst index aa980d20d24..d914cc176df 100644 --- a/llvm/docs/GettingStartedVS.rst +++ b/llvm/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 |

