[PATCH] D67847: [Support] make report_fatal_error `abort` instead of `exit`
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 24 21:12:46 PDT 2019
mehdi_amini added a comment.
LGTM: report_fatal_error() should not be considered like a "normal way" of aborting the compilation flow, crashing is never a good thing: in general I'm in favor of better error propagation (we claim that LLVM is a library framework right?)
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