[PATCH] D149095: [llvm-objdump] Support CHPE code ranges in disassembler.

Jacek Caban via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 30 10:45:49 PDT 2023


jacek updated this revision to Diff 545452.
jacek marked 5 inline comments as done.
jacek added a comment.

I rebased the patch on top of D156190 <https://reviews.llvm.org/D156190>. While doing so, I changed a bit how it's handled, I think it matches better the new code. I created D156622 <https://reviews.llvm.org/D156622> with a bit more refactoring for mapping symbols and this patch uses separated 'A' and 'X' labels.


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

https://reviews.llvm.org/D149095

Files:
  llvm/test/tools/llvm-objdump/COFF/arm64ec-unsupported.yaml
  llvm/test/tools/llvm-objdump/COFF/arm64ec.yaml
  llvm/tools/llvm-objdump/llvm-objdump.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149095.545452.patch
Type: text/x-patch
Size: 12518 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230730/24f890ed/attachment.bin>


More information about the llvm-commits mailing list