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

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


2011/6/22 Ruben Van Boxem <vanboxem.ruben at gmail.com>
>
> 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

I'm terribly sorry, but the second bit was wrong in my first patch.
Attached is the correct version.

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


More information about the llvm-commits mailing list