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
t.patch
Description: Binary data
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
