Patch: Fix ssize_t definition on windows

David Cournapeau davidc at enthought.com
Thu Jul 4 06:31:41 PDT 2013


Hi,

This simple patch fixes ssize_t definition (that was defined as being 4
bytes on windows 64), fixes both cmake and configure build (I only tested
cmake build though).

This patch allowed me to build llvmpy on windows 64 bits (python defines
its own ssize_t, that conflicted with the wrongly defined one in llvm
headers).

I was not sure how to submit a patch, let me know if I need to do it
differently,

cheers,
David

-- 
blog: http://cournape.wordpress.com
code: https://github.com/cournape
twitter: @cournape
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130704/78fee2a5/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-BUG-fix-ssize_t-definition-on-windows.patch
Type: application/octet-stream
Size: 1509 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130704/78fee2a5/attachment.obj>


More information about the llvm-commits mailing list