[PATCH] D78776: [llvm-objdump] Print target address with evaluateMemoryOperandAddress()

Kan Shengchen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 25 22:18:11 PDT 2020


skan added inline comments.


================
Comment at: llvm/tools/llvm-objdump/llvm-objdump.cpp:1515-1517
         // If disassembly has failed, avoid analysing invalid/incomplete
         // instruction information. Otherwise, try to resolve the target of a
         // call, tail call, etc. to a specific symbol.
----------------
It would be nice if the comments updates along with the change that removes the limit of call/jcc/jmp.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78776





More information about the llvm-commits mailing list