[LLVMbugs] [Bug 13779] Clang compiled objects have __imp_*@xx instead of __imp_*
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Sep 6 03:45:28 PDT 2012
http://llvm.org/bugs/show_bug.cgi?id=13779
Anton Korobeynikov <asl at math.spbu.ru> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |asl at math.spbu.ru
Resolution| |INVALID
--- Comment #3 from Anton Korobeynikov <asl at math.spbu.ru> 2012-09-06 05:45:28 CDT ---
According to MSDN
(http://msdn.microsoft.com/en-us/library/windows/desktop/ms679360(v=vs.85).aspx)
GetLastError() is stdcall (aka WINAPI) and thus needs to have stdcall mangling.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list