Compute correct symbol sizes for MachO and COFF.
authorRafael Espindola <rafael.espindola@gmail.com>
Tue, 23 Jun 2015 02:20:37 +0000 (02:20 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Tue, 23 Jun 2015 02:20:37 +0000 (02:20 +0000)
commitdba070638a444a78cfa7b826f57a08ca2881d167
tree377b461d351bc778354a1177fbba343e6fb3f7f7
parent344dd6519e85db7747b5cb16d340f577efddc0bc
Compute correct symbol sizes for MachO and COFF.

Before this would dump from the symbol start to the end of the section.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240367 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/llvm-cxxdump/sym-size.s [new file with mode: 0644]
tools/llvm-cxxdump/llvm-cxxdump.cpp