[llvm-readelf/obj] - Improve diagnostics when printing NT_FILE notes.
authorGeorgii Rymar <grimar@accesssoftek.com>
Thu, 3 Dec 2020 14:14:05 +0000 (17:14 +0300)
committerGeorgii Rymar <grimar@accesssoftek.com>
Wed, 9 Dec 2020 09:31:46 +0000 (12:31 +0300)
commitbdfafc4613bd2ff933c846708f4726128fb4b1ce
treebaa5e87db2435c6d67323bbc47d4fbf8c0118eb7
parentd53656900921de5bb26b849b5910efd05a233107
[llvm-readelf/obj] - Improve diagnostics when printing NT_FILE notes.

This changes the `printNotesHelper` to report warnings on its side when
there are errors when dumping notes.

With that we can provide more content when reporting warnings about broken notes.

Differential revision: https://reviews.llvm.org/D92636
llvm/test/tools/llvm-readobj/ELF/note-core-ntfile-bad.test
llvm/tools/llvm-readobj/ELFDumper.cpp