[llvm-commits] [PATCH] Re-introduce llvm::sys::getHostTriple() function.
Peter Collingbourne
peter at pcc.me.uk
Tue Jan 15 16:05:09 PST 2013
On Tue, Jan 15, 2013 at 07:40:49PM +0000, Kaylor, Andrew wrote:
> I don't think it's good to have the 32-on-64 test cases broken on Windows. I believe at least one buildbot uses that combination.
I looked into this a bit further and it seems that this case is
already dealt with on Windows -- see the get_host_triple function in
cmake/modules/GetHostTriple.cmake, which looks like it is setting
the host triple depending on the compiler's bitness. I think I'll
commit and deal with the buildbot fallout if any.
Thanks,
--
Peter
More information about the llvm-commits
mailing list