mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-02 09:56:07 +00:00

Remove usages of special error reporting functions(error(), reportError()). Errors are reported as Expected<>/Error returning values. This part is for ELF subfolder of llvm-objcopy. Testing: check-all. Differential Revision: https://reviews.llvm.org/D87987