[PATCH] D63847: [MC] Add MCInstrAnalysis::evaluateMemoryOperandAddress
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 27 22:11:20 PDT 2019
MaskRay added a comment.
Are you planning to use it in llvm-objdump to symbolize instructions like: `mov 0x206a3d(%rip),%rax # 207fe8 <__cxa_finalize at plt+0x2066a8>`?
When you make a dependent llvm-objdump change, you may add the test somewhere under test/tools/llvm-objdump
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63847/new/
https://reviews.llvm.org/D63847
More information about the llvm-commits
mailing list