[PATCH] D33960: ErrorHandling: report_fatal_error: call abort() instead of exit()

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 6 16:48:51 PDT 2017


dblaikie added a comment.

Hrm.

Seeing that closing stderr test - I wouldn't mind some more eyes on this change. There's a fair amount of report_fatal_error usage in LLVM tools that probably aren't abort-worthy? But I'm not sure. But maybe that's OK (I mean they're mostly internal tools anyway)


Repository:
  rL LLVM

https://reviews.llvm.org/D33960





More information about the llvm-commits mailing list