[llvm-objdump] Require that jump targets shown in -d are functions
authorDavid Majnemer <david.majnemer@gmail.com>
Thu, 9 Jul 2015 18:11:40 +0000 (18:11 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Thu, 9 Jul 2015 18:11:40 +0000 (18:11 +0000)
commitf2c71ff7a896cd0fca2d4d8b982c849b91dc3e2e
treee0f73ba5da1d5055b1069755813d1845c12db450
parent5574399e370d7fad47cd764db0e65dee3a05ec79
[llvm-objdump] Require that jump targets shown in -d are functions

Don't let the disassembler pick call <.text> if a function happens to
live at the start of the section by only using function symbols.

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