[PATCH] D70316: [llvm-readobj] Allow printing of the watermark note section proposed in D66426

Chris Jackson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 15 08:27:23 PST 2019


chrisjackson created this revision.
chrisjackson added reviewers: jhenderson, ruiu, maskray0, andrewng, edd.
Herald added subscribers: llvm-commits, seiya, rupprecht.
Herald added a project: LLVM.

This revision separates the changes to readobj that enable the watermark note section to be dumped, see , D66426 <https://reviews.llvm.org/D66426>. I will shortly remove the readobj modifications in that revision with an update.

I intend a future separate revision that will extend readobj to also compute the watermark hash so that this can be checked against the hash present in the note section.


https://reviews.llvm.org/D70316

Files:
  llvm/include/llvm/BinaryFormat/ELF.h
  llvm/test/tools/llvm-readobj/note-llvm.test
  llvm/tools/llvm-readobj/ELFDumper.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70316.229557.patch
Type: text/x-patch
Size: 7375 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191115/3f76c3a7/attachment-0001.bin>


More information about the llvm-commits mailing list