<div dir="ltr">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.</div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Wed, Oct 9, 2013 at 10:17 AM, Rafael Espíndola <span dir="ltr"><<a href="mailto:rafael.espindola@gmail.com" target="_blank">rafael.espindola@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I am trying to get llvm-ar to include IL symbols in the index. A<br>
particular annoyance is that to do that it needs a mangler and for<br>
that it needs a target machine.<br>
<br>
The mangler only uses the target machine to handle __stdcall and<br>
__fastcall. One way to solve this is simply to mangle them in clang.<br>
<br>
That is what this patch does.<br>
<br>
Cheers,<br>
Rafael<br>
</blockquote></div><br></div>