[llvm] r192775 - Revert r192758 (and r192759), "MC: Better handling of tricky symbol and section names"
Rafael EspĂndola
rafael.espindola at gmail.com
Thu Oct 17 21:28:40 PDT 2013
> 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
More information about the llvm-commits
mailing list