[PATCH] D38462: [DebugInfo] Replace unreachable with ReportError in debug frame parser.
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 2 09:10:15 PDT 2017
rnk added subscribers: MatzeB, rnk.
rnk added a comment.
@MatzeB has proposed making `report_fatal_error` abort, which libfuzzer will re-file as a bug. Converting unreachable to report_fatal_error just kicks the actual error handling down the road.
Repository:
rL LLVM
https://reviews.llvm.org/D38462
More information about the llvm-commits
mailing list