After a bit more discussion in IRC, it seems that MinGW-w64-gcc also implements this behavior. Since everything targeting Windows x64 does it this way, the patch no longer looks at MicrosoftMode but instead looks at whether we're compiling for Windows x64. If we are, we set the calling convention to default.
Revised patch attached. ~Aaron
callconv.patch
Description: Binary data
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
