[Patch] Mangle C __stdcall and __fastcall in clang
Rafael EspĂndola
rafael.espindola at gmail.com
Wed Oct 9 10:17:57 PDT 2013
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: t.patch
Type: application/octet-stream
Size: 3611 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20131009/8616cdca/attachment.obj>
More information about the cfe-commits
mailing list