[LLVMbugs] [Bug 19738] clang-cl.exe crashes

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed May 14 09:44:02 PDT 2014


http://llvm.org/bugs/show_bug.cgi?id=19738

Reid Kleckner <rnk at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |rnk at google.com
         Resolution|---                         |DUPLICATE

--- Comment #1 from Reid Kleckner <rnk at google.com> ---
This is a module verification failure due to our lack of support for dllimport
/ dllexport of full classes (http://llvm.org/PR1170).

I'm going to dup it against that issue.

As a work around, static linking works, but obviously that may not work for all
applications.

*** This bug has been marked as a duplicate of bug 1170 ***

-- 
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/20140514/5ded069e/attachment.html>


More information about the llvm-bugs mailing list