http://llvm.org/bugs/show_bug.cgi?id=10473
Chris Lattner <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #3 from Chris Lattner <[email protected]> 2011-07-29 15:32:54 CDT --- The .bc file dies in the bitcode reader, so there is no way for me to see what the verifier should be doing. I commited a variant of Eli's patch (that adds ->getElementType()) in r136510. If this doesn't fix your issue, then we'll need some other way to know what is going wrong. -Chris -- 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. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
