This is an archive of the discontinued LLVM Phabricator instance.

ELF: Do not use fatal in {Input,Output}Sections.cpp.
Needs ReviewPublic

Authored by ruiu on Jan 27 2016, 6:38 PM.
This revision needs review, but all specified reviewers are disabled or inactive.

Details

Reviewers
espindola
Summary

Just like http://reviews.llvm.org/D16665, this change is mostly
mechanical.

Diff Detail

Event Timeline

ruiu updated this revision to Diff 46208.Jan 27 2016, 6:38 PM
ruiu retitled this revision from to ELF: Do not use fatal in {Input,Output}Sections.cpp..
ruiu updated this object.
ruiu added a reviewer: rafael.
ruiu added a subscriber: llvm-commits.
rafael edited edge metadata.Feb 1 2016, 5:34 AM

This reduces the quality of the error message, which is the main thing I would like to avoid with *any* change to our error handling.

espindola edited reviewers, added: espindola; removed: rafael.Mar 15 2018, 10:56 AM