[cfe-commits] [PATCH] Ignored calling conventions

Aaron Ballman aaron at aaronballman.com
Thu Sep 6 19:32:31 PDT 2012


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: callconv.patch
Type: application/octet-stream
Size: 4094 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120906/77dc1150/attachment.obj>


More information about the cfe-commits mailing list