[all-commits] [llvm/llvm-project] 36819e: [llvm-objdump] Support --symbolize-operand on AArch64

Alexis Engelke via All-commits all-commits at lists.llvm.org
Wed Jun 25 08:09:49 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 36819eaed124d6a7339a151b6172cd543fe3579a
      https://github.com/llvm/llvm-project/commit/36819eaed124d6a7339a151b6172cd543fe3579a
  Author: Alexis Engelke <engelke at in.tum.de>
  Date:   2025-06-25 (Wed, 25 Jun 2025)

  Changed paths:
    M llvm/docs/CommandGuide/llvm-objdump.rst
    M llvm/lib/Target/AArch64/MCTargetDesc/AArch64InstPrinter.cpp
    A llvm/test/tools/llvm-objdump/ELF/AArch64/symbolize-operands-executable.yaml
    A llvm/test/tools/llvm-objdump/ELF/AArch64/symbolize-operands-relocatable.s
    M llvm/tools/llvm-objdump/llvm-objdump.cpp

  Log Message:
  -----------
  [llvm-objdump] Support --symbolize-operand on AArch64

Similar to the existing implementations for X86 and PPC, support
symbolizing branch targets for AArch64. Do not omit the address for ADRP
as the target is typically not at an intended location.

Pull Request: https://github.com/llvm/llvm-project/pull/145009



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list