http://llvm.org/bugs/show_bug.cgi?id=4949
Chris Lattner <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED Summary|llc crashes with Intrinsic |verifier doesn't reject |functions cannot be mangled |address of intrinsic |by Mangler | --- Comment #2 from Chris Lattner <[email protected]> 2009-09-11 12:06:12 --- Actually, that .bc file is invalid. You can't take the address of an intrinsic. Did you create this IR directly, or did some pass do it? If so, the pass is broken. I made the verifier abort on this so that you can hopefully track it down: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20090907/086904.html -- 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
