[PATCH] D149089: [llvm-readobj] Add support for dumping CHPE metadata.

Jacek Caban via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 25 06:03:57 PDT 2023


jacek updated this revision to Diff 516769.
jacek added a comment.
Herald added a subscriber: zzheng.

Thanks. Yes, 32-bit CHPE looks very different, the new version of the patch limits its use to 64-bit targets. I also removes dumping redundant *Count variables. Also, similar to D149091 <https://reviews.llvm.org/D149091>, I changed the test to use yaml2obj.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D149089/new/

https://reviews.llvm.org/D149089

Files:
  llvm/include/llvm/Object/COFF.h
  llvm/lib/Object/COFFObjectFile.cpp
  llvm/test/tools/llvm-readobj/arm64ec-chpe.yaml
  llvm/tools/llvm-readobj/COFFDumper.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149089.516769.patch
Type: text/x-patch
Size: 11775 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230425/c7f083bf/attachment.bin>


More information about the llvm-commits mailing list