http://llvm.org/bugs/show_bug.cgi?id=17042
Peter Zotov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |WONTFIX --- Comment #1 from Peter Zotov <[email protected]> --- As discussed elsewhere, this is due to LLVM's design decisions, which is to assert on invalid inputs in debug builds and segfault in release builds. It would be perhaps more user-friendly to raise an exception, but it is not currently feasible, and probably will never be. -- 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
