[PATCH] D104909: [llvm-objdump] Prefix memory operand addresses with '0x'

Igor Kudrin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 25 05:22:37 PDT 2021


ikudrin created this revision.
ikudrin added reviewers: MaskRay, jhenderson, int3, thakis, hvdijk, compnerd.
Herald added subscribers: dmgreen, rupprecht, emaste.
Herald added a reviewer: gkm.
Herald added a project: lld-macho.
Herald added a reviewer: lld-macho.
ikudrin requested review of this revision.
Herald added a project: LLVM.

This helps to avoid ambiguity when the address contains only digits 0..9.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D104909

Files:
  lld/test/ELF/symver.s
  lld/test/ELF/wrap-no-real.s
  lld/test/ELF/x86-64-gotpc-offset.s
  lld/test/ELF/x86-64-gotpc-relax-nopic.s
  lld/test/ELF/x86-64-plt.s
  lld/test/ELF/x86-x32-plt.s
  lld/test/MachO/dso-handle.s
  lld/test/MachO/dylink-ordinal.s
  lld/test/MachO/static-link.s
  lld/test/MachO/tapi-link.s
  lld/test/MachO/tlv-dylib.s
  lld/test/MachO/weak-binding.s
  lld/test/MachO/x86-64-reloc-signed.s
  llvm/test/MC/X86/tlsdesc-64.s
  llvm/test/MC/X86/tlsdesc-x32.s
  llvm/test/tools/llvm-objdump/X86/disassemble-align.s
  llvm/test/tools/llvm-objdump/X86/disassemble-gdtls.s
  llvm/test/tools/llvm-objdump/X86/elf-disassemble-symbol-references.yaml
  llvm/tools/llvm-objdump/llvm-objdump.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104909.354470.patch
Type: text/x-patch
Size: 19052 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210625/9e3c778d/attachment.bin>


More information about the llvm-commits mailing list