[LLVMbugs] [Bug 19939] Clang fails to export __declspec(dllexport) symbols
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Jun 18 11:38:56 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=19939
Nico Rieck <nico.rieck at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |nico.rieck at gmail.com
Resolution|--- |FIXED
--- Comment #2 from Nico Rieck <nico.rieck at gmail.com> ---
Seeing that he's using ld and objdump he's targeting MinGW. ld doesn't handle
exports correctly and requires stripping the leading underscore. Since the ld
error messages include this underscore this must have been an older LLVM build
because this was fixed recently (see
<http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20140428/215732.html>).
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140618/2496d498/attachment.html>
More information about the llvm-bugs
mailing list