[llvm-commits] [PATCH] Fix build on MinGW

Ruben Van Boxem vanboxem.ruben at gmail.com
Wed Jun 22 08:28:22 PDT 2011


Hi,

Attached is a patch for MinGW.

The first bit selects the correct _mkdir function for all Windows platforms,
not just MSVC, which is wrong, and makes the MinGW build fail.

The second bit is about this bug: http://llvm.org/bugs/show_bug.cgi?id=8850
The patch only affects MinGW on x86_64, which is localized to exactly where
the crash occurs.

Please apply these as soon as you have time. Thanks!

Ruben
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110622/913af8f3/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mingw.patch
Type: application/octet-stream
Size: 1045 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110622/913af8f3/attachment.obj>


More information about the llvm-commits mailing list