http://llvm.org/bugs/show_bug.cgi?id=14996
Duncan Sands <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |FIXED --- Comment #2 from Duncan Sands <[email protected]> 2013-01-19 06:10:35 CST --- If you build LLVM with assertions enabled, you would have gotten an assertion failure when creating the IR. You should always have assertions enabled when developing with LLVM, it will save you a lot of time. If you run the verifier (opt -verify my.bc) then it should also have been rejected. -- 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
