[LLVMbugs] [Bug 16922] New: MCJIT and RuntimeDyld shouldn't kill the process
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Aug 16 14:50:16 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=16922
Bug ID: 16922
Summary: MCJIT and RuntimeDyld shouldn't kill the process
Product: libraries
Version: trunk
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P
Component: Generic Execution Engine Support
Assignee: unassignedbugs at nondot.org
Reporter: andrew.kaylor at intel.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
There are a large number of places where MCJIT and RuntimeDyld will kill the
current process, either with llvm_unreachable or report_fatal_error. This
behavior is inappropriate for many clients of these components as it doesn't
allow for error recovery.
The llvm_unreachable calls might be acceptable in places where we really do
mean that the condition will never occur. However, several of these locations
actually mark scenarios that can occur but aren't currently supported.
A better error handling and reporting mechanism is needed throughout this code.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130816/dc3e9c39/attachment.html>
More information about the llvm-bugs
mailing list