[llvm] r210273 - Document how to select build configuration with Visual C++ IDE or command line.

Yaron Keren yaron.keren at gmail.com
Thu Jun 5 09:42:26 PDT 2014


Author: yrnkrn
Date: Thu Jun  5 11:42:26 2014
New Revision: 210273

URL: http://llvm.org/viewvc/llvm-project?rev=210273&view=rev
Log:
Document how to select build configuration with Visual C++ IDE or command line.


Modified:
    llvm/trunk/docs/GettingStartedVS.rst

Modified: llvm/trunk/docs/GettingStartedVS.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GettingStartedVS.rst?rev=210273&r1=210272&r2=210273&view=diff
==============================================================================
--- llvm/trunk/docs/GettingStartedVS.rst (original)
+++ llvm/trunk/docs/GettingStartedVS.rst Thu Jun  5 11:42:26 2014
@@ -99,6 +99,9 @@ Here's the short story for getting up an
      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
 





More information about the llvm-commits mailing list