[LLVMdev] cygwin build patch

Jay Foad jay.foad at gmail.com
Mon Jan 19 07:44:01 PST 2009


LLVM doesn't build out of the box on Cygwin, because Cygwin defines
uint32_t as "unsigned long" rather than "unsigned int".

The attached patch allows me to build head of svn (rev 62510) on
Cygwin using GCC 4. Can this be committed please?

I realise that the DataTypes.h.in part might be controversial. Also,
there's probably a better place to put it, but I'm not sure where.

Thanks,
Jay.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cygwin.patch
Type: application/octet-stream
Size: 2939 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090119/7c7e21b7/attachment.obj>


More information about the llvm-dev mailing list