[cfe-dev] [Patch] Build failure on Windows+MinGW (GCC and Clang)

Aaron Ballman aaron at aaronballman.com
Thu Oct 6 12:03:52 PDT 2011


On Thu, Oct 6, 2011 at 2:00 PM, Ruben Van Boxem
<vanboxem.ruben at gmail.com> wrote:
> When building LLVM/Clang, I get the following build failure:
>
> MinGW-w64 provides the necessary typedefs and declarations. I adjusted the
> ifdef's to include a check for a the MinGW-w64-specific symbol of choice to
> differentiate mingw.org vs mingw-w64. Tested on i686-w64-mingw32 and
> x86_64-w64-mingw32.
>
> Please comment or apply. (I am not subscribed to llvm-dev, sorry :-/)

I believe that would be my fault -- sorry about that.  MinGW 64
appears to have the proper support already built in, but 32-bit does
not.  This patch looks good to me, thanks for the help!

~Aaron



More information about the cfe-dev mailing list