]> granicus.if.org Git - llvm/commit
[llvm-objcopy] Add file names to error messages
authorSeiya Nuta <nuta@seiya.me>
Thu, 23 May 2019 00:42:46 +0000 (00:42 +0000)
committerSeiya Nuta <nuta@seiya.me>
Thu, 23 May 2019 00:42:46 +0000 (00:42 +0000)
commit7492d68f48f9236603efb6a3360898ae8e637718
tree896827d1b9348299b08e930a02bc77f968353aa3
parent1b4030c993bda3cb9e8a4c3a0f2f223abc196bd9
[llvm-objcopy] Add file names to error messages

Summary:
This patch adds the file names to llvm-objcopy error messages. It makes easy to identify which file causes an error.

Bugzilla: https://bugs.llvm.org/show_bug.cgi?id=41798

Reviewers: espindola, alexshap, rupprecht, jhenderson, jakehehrlich

Reviewed By: rupprecht, jhenderson, jakehehrlich

Subscribers: emaste, arichardson, jakehehrlich, MaskRay, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D61993

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@361450 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/llvm-objcopy/ELF/dump-section.test
test/tools/llvm-objcopy/ELF/dynrelocsec-remove-shlink-reference.test
test/tools/llvm-objcopy/ELF/dynsym-error-remove-strtab.test
test/tools/llvm-objcopy/ELF/no-build-id.test
test/tools/llvm-objcopy/ELF/reloc-error-remove-symtab.test
test/tools/llvm-objcopy/ELF/remove-linked-section.test
test/tools/llvm-objcopy/ELF/remove-shstrtab-error.test
test/tools/llvm-objcopy/ELF/strip-section-err.test
test/tools/llvm-objcopy/ELF/strip-symbol-and-relocation.test
test/tools/llvm-objcopy/ELF/symtab-error-on-remove-strtab.test
tools/llvm-objcopy/ELF/ELFObjcopy.cpp