[PATCH] D22426: Fix automatic detection of ARM MSVC toolset in clang.exe

Saleem Abdulrasool via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 15 17:17:55 PDT 2016


compnerd added a subscriber: compnerd.
compnerd accepted this revision.
compnerd added a reviewer: compnerd.
compnerd added a comment.
This revision is now accepted and ready to land.

I imagine that at this point, most usage is still based around the x86 toolchain rather than x64 (I didnt even notice the x64 tools until recently).  That is, any reason that we shouldnt be using x64 for x64, x64_x86 for x86, and x64_arm for ARM?


https://reviews.llvm.org/D22426





More information about the cfe-commits mailing list