[PATCH] D143725: [llvm-objdump][ARM] support --symbolize-operands for ARM/ELF

Hongtao Yu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 13 10:24:21 PST 2023


hoy added inline comments.


================
Comment at: llvm/tools/llvm-objdump/llvm-objdump.cpp:1169-1171
+      // On PowerPC and ARM/Thumb, if the address of a branch is the same as
+      // the target, it means that it's a function call. Do not mark the label
+      // for this case.
----------------
Is this always true for linked binary?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143725



More information about the cfe-commits mailing list