This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9b66f72f3f3 Fix -Wdocumentation warning (@returns used in void function [...] new 5d937f7e53a [llvm-readelf] Implement note parsing for NT_FILE and unkno [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: test/tools/llvm-readobj/note-amd.s | 4 - test/tools/llvm-readobj/note-core-ntfile-bad.test | 146 +++++++++++++++++++ test/tools/llvm-readobj/note-core-ntfile.test | 95 +++++++++++++ test/tools/llvm-readobj/note-freebsd.s | 29 +++- test/tools/llvm-readobj/note-unknown.s | 27 ++++ tools/llvm-readobj/ELFDumper.cpp | 164 +++++++++++++++++++--- 6 files changed, 441 insertions(+), 24 deletions(-) create mode 100644 test/tools/llvm-readobj/note-core-ntfile-bad.test create mode 100644 test/tools/llvm-readobj/note-core-ntfile.test