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

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 27 10:11:50 PDT 2020


MaskRay added inline comments.


================
Comment at: llvm/test/tools/llvm-objdump/X86/elf-disassemble-symbol-references.yaml:10-11
+# EXEC-LABEL: <fourth>:
+# EXEC-NEXT:   400a: 8b 05 f0 0f 00 00             movl    4080(%rip), %eax  # 5000 <data1>
+# EXEC-NEXT:   4010: 8b 05 12 34 56 78             movl    2018915346(%rip), %eax  # 78567428 <data1+0x78562428>
 
----------------
jhenderson wrote:
> Do we need both cases here? Does having both provide additional coverage above the previous two cases?
I was undecided. Thanks for giving your input and I'll delete the second case.


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