[PATCH] D67847: [Support] make report_fatal_error `abort` instead of `exit`
Steven Wu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 25 08:43:29 PDT 2019
steven_wu added a comment.
This sounds fine to me. We should probably replace most of `report_fatal_error` with llvm::Error and propagate them correctly. In the meantime, having better crash is an improvement and does not conflict with what we want to do eventually.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67847/new/
https://reviews.llvm.org/D67847
More information about the llvm-commits
mailing list