[PATCH] D55922: [llvm-objcopy] [COFF] Use Error/Expected returns instead of calling reportError. NFC.
Alexander Shaposhnikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 20 16:37:36 PST 2018
alexshap accepted this revision.
alexshap added a comment.
This revision is now accepted and ready to land.
I think this is a step in the right direction, although now we have some inconsistency with the existing code, but okay, I hope we will change the old code in the future as well. Plus I will change the not yet committed code for MachO myself.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55922/new/
https://reviews.llvm.org/D55922
More information about the llvm-commits
mailing list