[PATCH] D74325: [llvm-exegesis] Improve error reporting in Assembler.cpp
Miloš Stojanović via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 10 07:43:36 PST 2020
mstojanovic created this revision.
mstojanovic added reviewers: courbet, gchatelet, petarj.
Herald added a subscriber: tschuett.
Herald added a project: LLVM.
Followup to D74085 <https://reviews.llvm.org/D74085>.
Replace the use of `report_fatal_error()` with returning the error to `llvm-exegesis.cpp` and handling it there.
https://reviews.llvm.org/D74325
Files:
llvm/tools/llvm-exegesis/lib/Assembler.cpp
llvm/tools/llvm-exegesis/lib/Assembler.h
llvm/tools/llvm-exegesis/lib/BenchmarkRunner.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74325.243559.patch
Type: text/x-patch
Size: 5484 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200210/75e46f47/attachment.bin>
More information about the llvm-commits
mailing list