This is an archive of the discontinued LLVM Phabricator instance.

[llvm-exegesis] Improve error reporting in Target.cpp
ClosedPublic

Authored by mstojanovic on Feb 6 2020, 2:02 AM.

Details

Summary

Followup to D74085.
Replace the use of report_fatal_error() with returning the error to llvm-exegesis.cpp and handling it there.

Diff Detail

Event Timeline

mstojanovic created this revision.Feb 6 2020, 2:02 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 6 2020, 2:02 AM
Herald added a subscriber: tschuett. · View Herald Transcript
courbet accepted this revision.Feb 6 2020, 2:40 AM
This revision is now accepted and ready to land.Feb 6 2020, 2:40 AM
This revision was automatically updated to reflect the committed changes.