[PATCH] D150674: [RISCV] Set GenCrashDialog=true for various report_fatal_error calls in lib/Target/RISCV
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 16 09:28:43 PDT 2023
MaskRay added a comment.
`report_fatal_error` is a lazy error reporting mechanism that should be avoided. Adding `false` (`exit(1)` instead of `abort()`) just papers over the issue...
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150674/new/
https://reviews.llvm.org/D150674
More information about the llvm-commits
mailing list