[llvm-commits] [PATCH] Re-introduce llvm::sys::getHostTriple() function.

Peter Collingbourne peter at pcc.me.uk
Mon Jan 14 18:09:24 PST 2013


On Fri, Jan 11, 2013 at 10:23:29PM +0000, Kaylor, Andrew wrote:
> Hi Peter,
> 
> Sorry to take so long to get back to you about this.
> 
> I just tried out your patch and it does not work on Windows.  It seems that 'sed' is required to build 'llvm-config' so 'llvm-config' is not built on Windows.

I switched to using the host triple for the Windows checks in lit.cfg.
This will mean that 32-on-64 won't work properly on Windows,
but I can't afford to invest any more time fixing this on Windows.
I managed to get access to a Windows machine; this works fine on MSYS,
haven't tried MSVC.

Thanks,
-- 
Peter



More information about the llvm-commits mailing list