Add a test showing that objdump (and so ObjectFIle) can handle shndx.
authorRafael Espindola <rafael.espindola@gmail.com>
Mon, 10 Aug 2015 21:00:15 +0000 (21:00 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Mon, 10 Aug 2015 21:00:15 +0000 (21:00 +0000)
commitafa388d65ef5e951865b56135bfa33f17d1bf265
tree42755061f9a164ccab1a4776618383259557744f
parent010fa7174d0367d545c0d766dafc95f150ac8ecc
Add a test showing that objdump (and so ObjectFIle) can handle shndx.

It was already passing, we were just not testing the code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244504 91177308-0d34-0410-b5e6-96231b3b80d8
test/Object/Inputs/shndx.elf [new file with mode: 0644]
test/Object/objdump-shndx.test [new file with mode: 0644]