[PATCH] D22426: Fix automatic detection of ARM MSVC toolset in clang.exe
David Majnemer via cfe-commits
cfe-commits at lists.llvm.org
Sun Jul 17 20:55:02 PDT 2016
majnemer added a comment.
In https://reviews.llvm.org/D22426#486605, @compnerd wrote:
> I was worried about the OOM situation with the 32-bit toolchain. As long as there is a way to get to the 64-bit version, I don't think that it matters too much that we default to x86. It sounds like even then, its not been a concern?
We had big OOM problems with the x86 hosted tool chain when targeting x86, I think we'd much rather use the x64 hosted toolchain whenever possible...
https://reviews.llvm.org/D22426
More information about the cfe-commits
mailing list