Do some more error cleanup, removing some dependencies from llvm-objcopy's error/reportError in [ELF/COFF]Objcopy methods.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
llvm/tools/llvm-objcopy/llvm-objcopy.cpp | ||
---|---|---|
147–148 ↗ | (On Diff #184199) | You seem to have missed several reportError calls in this function. Was that intentional? |
Comment Actions
:)
There's about 40 calls to error/reportError from outside the main driver class, this fixes 10-ish of them, so still over half of them to go...
llvm/tools/llvm-objcopy/llvm-objcopy.cpp | ||
---|---|---|
147–148 ↗ | (On Diff #184199) | Nope -- missed this one, I'll follow up with a fix. (Accidentally checked in this one instead of D57248 before addressing this, sorry... was in the wrong git branch :( ). |