[patch]

Hi All,
It seems that gcc defines i386 when we are not building with -std=c++11. This was causing me a build error as some new types were added in the code with name i386. So this patch #undefs i386. There is a better alternate available if someone needs this macro.

Please note that LLVM is compiled with -std=gnu++11 for mingw since commit 3f06e3f55fb2f2a3ec03903a53633bf270575599. OK?

Regards,
Abid

i386.patch (712 Bytes)

I would rename the structure rather than undefining a macro that could cause other errors.

Greg,
Thanks for quick review. I will rename the struct now.

Regards,
Abid