[llvm-branch-commits] [llvm-objdump] Support --symbolize-operand on AArch64 (PR #145009)
Alexis Engelke via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Jun 20 03:18:36 PDT 2025
https://github.com/aengelke created https://github.com/llvm/llvm-project/pull/145009
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.
More information about the llvm-branch-commits
mailing list