[PATCH] D57462: [llvm-objcopy][NFC] More error propagation (executeObjcopyOnArchive)

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 1 01:59:11 PST 2019


jhenderson added a comment.

In D57462#1379689 <https://reviews.llvm.org/D57462#1379689>, @dblaikie wrote:

> Any new test coverage for these new error propagation paths?


I believe that there are actually no new errors that can be produced. They're just reported further up the stack rather than deep inside the llvm-objcopy code. Most (all?) of the error cases that can be tested should already be being tested.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D57462





More information about the llvm-commits mailing list