[lldb-dev] [patch]

Abid, Hafiz Hafiz_Abid at mentor.com
Mon Mar 24 05:26:25 PDT 2014


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.
http://gcc.gnu.org/onlinedocs/gcc-4.3.5/cpp/System_002dspecific-Predefined-Macros.html

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

Regards,
Abid
-------------- next part --------------
A non-text attachment was scrubbed...
Name: i386.patch
Type: application/octet-stream
Size: 712 bytes
Desc: i386.patch
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20140324/d3dfb444/attachment.obj>


More information about the lldb-dev mailing list