http://llvm.org/bugs/show_bug.cgi?id=19738
Reid Kleckner <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |DUPLICATE --- Comment #1 from Reid Kleckner <[email protected]> --- 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.
_______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
