This is an archive of the discontinued LLVM Phabricator instance.

Expand the file comment for the error handlers.
ClosedPublic

Authored by ruiu on Jun 5 2018, 11:02 AM.

Diff Detail

Repository
rLLD LLVM Linker

Event Timeline

ruiu created this revision.Jun 5 2018, 11:02 AM
ruiu added a comment.Jun 6 2018, 4:43 PM

Is this OK?

pcc accepted this revision.Jun 6 2018, 4:55 PM

LGTM

lld/include/lld/Common/ErrorHandler.h
19 ↗(On Diff #150007)

*ErrorOr

31 ↗(On Diff #150007)

This would read a little better: "we don't need an error reporting mechanism that's as sophisticated as the one that Clang has".

This revision is now accepted and ready to land.Jun 6 2018, 4:55 PM
This revision was automatically updated to reflect the committed changes.