]> granicus.if.org Git - llvm/commit
llvm-objdump: Make some error messages more consistent
authorJustin Bogner <mail@justinbogner.com>
Wed, 26 Oct 2016 22:37:52 +0000 (22:37 +0000)
committerJustin Bogner <mail@justinbogner.com>
Wed, 26 Oct 2016 22:37:52 +0000 (22:37 +0000)
commit403d906e8b1a97daeda5ae09a925fe6f65ed9b89
treeab46061f7dae6594779b7dd0e5c2b98d4a80a683
parent47e18f41581cc93f8c6d9b3dcb8254323b65fbd5
llvm-objdump: Make some error messages more consistent

Most of the version of report_error were quoting the filename and
printing a colon between the file name and the error message, but this
one wasn't doing either of those. Fix the output to be more
consistent.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@285252 91177308-0d34-0410-b5e6-96231b3b80d8
test/Object/macho-invalid.test
test/tools/llvm-objdump/malformed-archives.test
tools/llvm-objdump/llvm-objdump.cpp