Add a test of an elf file with an invalid section index.
authorRafael Espindola <rafael.espindola@gmail.com>
Tue, 30 Jun 2015 18:23:07 +0000 (18:23 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Tue, 30 Jun 2015 18:23:07 +0000 (18:23 +0000)
commit4641077ccdd0898d763a8ff1362b9c4fe8f8466e
treedddead5fd2e0822405225ad126c6d9f6a5e7732f
parent73d2cc5b8e9c92870ca5717d7a524702e0d7e279
Add a test of an elf file with an invalid section index.

We were already checking, but were missing a test.

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