[patch][pr12684] Use the new mingw abi

Rafael EspĂ­ndola rafael.espindola at gmail.com
Tue Nov 19 13:03:26 PST 2013


Now that 3.4 branched and we will soon require gcc 4.7 to build, it
probably makes more sense to use the new gcc 4.7 abi on mingw.

The difference is documented is
http://gcc.gnu.org/gcc-4.7/changes.html. GCC now uses thiscall by
default for methods. This also has the benefit of helping shake down
bugs since this is also true in the win32 abi.

Cheers,
Rafael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: t.patch
Type: application/octet-stream
Size: 891 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20131119/ed89720c/attachment.obj>


More information about the cfe-commits mailing list