[PATCH] D33546: Updated getting started guide for visual studio + cmake

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 25 13:50:33 PDT 2017


zturner accepted this revision.
zturner added a comment.
This revision is now accepted and ready to land.

It might be overkill, but `CMAKE_HOST_SYSTEM_PROCESSOR` probably contains what you need.  In any case, lgtm even without doing that.

Presumably you tested this and confirmed that the warning shows up if and only if you don't specify -Thost=x64?


https://reviews.llvm.org/D33546





More information about the llvm-commits mailing list