[PATCH] D33960: ErrorHandling: report_fatal_error: call abort() instead of exit()
Andrew Trick via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 6 16:46:47 PDT 2017
atrick added a comment.
Please add a comment that abort() also causes any signal handlers registered with LLVM such as PrettyStackTrace to run, which is important for compiler debugging.
Repository:
rL LLVM
https://reviews.llvm.org/D33960
More information about the llvm-commits
mailing list