Index: www/get_started.html
===================================================================
--- www/get_started.html
+++ www/get_started.html
@@ -196,6 +196,10 @@
mkdir build (for building without polluting the source dir)
cd build
If you are using Visual Studio 2013: cmake -G "Visual Studio 12" ..\llvm
+ By default, the Visual Studio project files generated by CMake use the
+ 32-bit toolset. If you are developing on a 64-bit version of Windows and
+ want to use the 64-bit toolset, pass the ``-Thost=x64`` flag when
+ generating the Visual Studio solution. This requires CMake 3.8.0 or later.
See the LLVM CMake guide for
more information on other configuration options for CMake.
The above, if successful, will have created an LLVM.sln file in the