[llvm] r192775 - Revert r192758 (and r192759), "MC: Better handling of tricky symbol and section names"
David Majnemer
david.majnemer at gmail.com
Fri Oct 18 02:39:38 PDT 2013
My mingw doesn't quote the call operand, mov operand, the label or the .def
directive...
On Thu, Oct 17, 2013 at 9:28 PM, Rafael EspĂndola <
rafael.espindola at gmail.com> wrote:
> > movl $"__ZL16ExceptionHandlerP19_EXCEPTION_POINTERS at 4", 4(%eax)
> > calll "_AddVectoredExceptionHandler at 8"
> > .def "__ZL16ExceptionHandlerP19_EXCEPTION_POINTERS at 4";
> > "__ZL16ExceptionHandlerP19_EXCEPTION_POINTERS at 4":
> > calll "_RemoveVectoredExceptionHandler at 4"
> >
> > I guess this is the __stdcall mangling, and we get that on mingw.
> >
> > I'm not sure what would be the best way to fix this problem.
>
> gcc does the same mangling. How is it printing this?
>
> Cheers,
> Rafael
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131018/9bee25ce/attachment.html>
More information about the llvm-commits
mailing list