[PATCH] D26809: [lli] Handle SIGSEGV in Jit'ed code more gracefully.

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 17 14:18:21 PST 2016


davide abandoned this revision.
davide added a comment.

In https://reviews.llvm.org/D26809#599063, @rnk wrote:

> I don't see much value to installing a signal handler that exits. The kernel does that for you and even gives a helpful exit code that the shell will interprept and print "Segmentation fault" for you. This also fights with LLVM's existing pretty stack trace functionality.


Fair enough. Will close the bug as RESOLVED/WONTFIX.


https://reviews.llvm.org/D26809





More information about the llvm-commits mailing list