[llvm-objdump] Print the call target next to the instruction
authorDavid Majnemer <david.majnemer@gmail.com>
Tue, 7 Jul 2015 22:06:59 +0000 (22:06 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Tue, 7 Jul 2015 22:06:59 +0000 (22:06 +0000)
commitb99ee32499a48c19b4333651247392d5a953df5f
treeedd68b48433e0d22bd35dd63979ef7767bc5b1a8
parentdd5fd545b112a31a881a8c06869103720f373b80
[llvm-objdump] Print the call target next to the instruction

GNU binutils provides this behavior.  objdump -r doesn't really help
when you aren't dealing with relocation object files.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241631 91177308-0d34-0410-b5e6-96231b3b80d8
test/MC/X86/AlignedBundling/nesting.s
tools/llvm-objdump/llvm-objdump.cpp