llvm-objdump: Fix dumping of multiple symbols with the same address.
authorMichael J. Spencer <bigcheesegs@gmail.com>
Thu, 13 Oct 2011 20:37:08 +0000 (20:37 +0000)
committerMichael J. Spencer <bigcheesegs@gmail.com>
Thu, 13 Oct 2011 20:37:08 +0000 (20:37 +0000)
commit178dbd44187e23e7e3f3ba17b00c89c819070296
tree9a4bfd28495ad6dd5f1b9ab6e0374f5c360ad83d
parentbff6f8679a3e4006653157ca11cee9dc58c68f8b
llvm-objdump: Fix dumping of multiple symbols with the same address.

This happens in COFF because there is a symbol for the beginning of each
section.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141885 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-objdump/llvm-objdump.cpp