[PATCH] D104699: [llvm-objdump] Print comments for the disassembled code

Igor Kudrin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 22 04:11:46 PDT 2021


ikudrin created this revision.
ikudrin added reviewers: MaskRay, jhenderson.
ikudrin added a project: LLVM.
Herald added subscribers: rupprecht, emaste.
ikudrin requested review of this revision.

LLVM disassembler can generate comments for disassembled instructions. The patch enables printing these comments for `llvm-objdump -d`.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D104699

Files:
  llvm/test/tools/llvm-objdump/ELF/AArch64/disassemble-align.s
  llvm/test/tools/llvm-objdump/ELF/AArch64/disassemble-print-comments.s
  llvm/test/tools/llvm-objdump/X86/disassemble-print-comments.s
  llvm/tools/llvm-objdump/llvm-objdump.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104699.353600.patch
Type: text/x-patch
Size: 4307 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210622/a8109df2/attachment.bin>


More information about the llvm-commits mailing list