[PATCH] D93297: [lib/Object] - Make ELFObjectFile::getSymbol() return Expected<>.

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 16 00:56:44 PST 2020


jhenderson accepted this revision.
jhenderson added a comment.
This revision is now accepted and ready to land.

LGTM, with @MaskRay's suggestion. We can work on bubbling up the `Error`/`Expected` in due course to get rid of the `report_fatal_error` calls.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D93297/new/

https://reviews.llvm.org/D93297



More information about the llvm-commits mailing list