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

Jacek Caban via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 2 16:59:46 PDT 2023


jacek updated this revision to Diff 546643.
jacek added a comment.
Herald added a subscriber: mgrang.

After landing D156622 <https://reviews.llvm.org/D156622>, it came out that it was wrong because mappings from different sections may share VA ranges. I think I should give up trying to share MappingSymbols with CHPE and instead just use a separated mechanism.


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

https://reviews.llvm.org/D149095

Files:
  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.546643.patch
Type: text/x-patch
Size: 9548 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230802/db8aa001/attachment.bin>


More information about the llvm-commits mailing list