From c674a056e914ec1687a68fc8840c5f3aca45084f Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Thu, 25 May 2017 21:02:49 +0000 Subject: [PATCH] Update the getting started documentation to match the corresponding LLVM commit in r303912. llvm-svn: 303913 --- clang/www/get_started.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/clang/www/get_started.html b/clang/www/get_started.html index a8fe3c7..ae6df0f 100644 --- a/clang/www/get_started.html +++ b/clang/www/get_started.html @@ -196,6 +196,10 @@ Visual Studio:

  • 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 -- 2.7.4