Fix a off by one error about which members need to use the string table.
authorRafael Espindola <rafael.espindola@gmail.com>
Fri, 12 Jul 2013 22:22:34 +0000 (22:22 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Fri, 12 Jul 2013 22:22:34 +0000 (22:22 +0000)
commit6383ef98fae2bab4595c6c36394093b7ad4a5597
tree8158b5866835964815da2fa8a676ef76c6ecfeda
parent16404cc817e8b8d3fbfbc9051394eb59d7c5ffb4
Fix a off by one error about which members need to use the string table.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186216 91177308-0d34-0410-b5e6-96231b3b80d8
test/Object/archive-format.test [new file with mode: 0644]
tools/llvm-ar/llvm-ar.cpp