Doesn't mingw need these manglings to match the Windows C ABI?
 MicrosoftMangle isn't used for mingw, and is really all about the C++ ABI,
which is where the real fun begins.


On Wed, Oct 9, 2013 at 10:17 AM, Rafael Espíndola <
[email protected]> wrote:

> I am trying to get llvm-ar to include IL symbols in the index. A
> particular annoyance is that to do that it needs a mangler and for
> that it needs a target machine.
>
> The mangler only uses the target machine to handle __stdcall and
> __fastcall. One way to solve this is simply to mangle them in clang.
>
> That is what this patch does.
>
> Cheers,
> Rafael
>
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to