[PATCH] D52843: Update Clang Windows getting started docs
Shoaib Meenai via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 3 14:10:41 PDT 2018
smeenai 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.
----------------
Does the Win64 generator automatically imply `-Thost=x64`?
https://reviews.llvm.org/D52843
More information about the cfe-commits
mailing list