steveire added inline comments.
================ Comment at: clang/www/get_started.html:197 + <li>If you are using Visual Studio 2017: + <tt>cmake -G "Visual Studio 15 2017 Win64" ..\llvm</tt></li> + <li>This will generate x64 binaries by default, which should perform better. ---------------- smeenai wrote: > Does the Win64 generator automatically imply `-Thost=x64`? Nope. And using `"Visual Studio 15 2017 Win64"` is deprecated. Use `-G "Visual Studio 15 2017" -A x64` instead as per https://cmake.org/cmake/help/latest/generator/Visual%20Studio%2015%202017.html https://reviews.llvm.org/D52843 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits