Section indices in MachO symbol tables begin at 1, not 0.
authorOwen Anderson <resistor@mac.com>
Wed, 12 Oct 2011 21:43:24 +0000 (21:43 +0000)
committerOwen Anderson <resistor@mac.com>
Wed, 12 Oct 2011 21:43:24 +0000 (21:43 +0000)
commit41242942fcbb2e6bc4e5bed3e8041f7b20ece8af
tree3c35cef519db53d03288b96d62bbc00b561bc227
parentacbaecd4c8e4d19207e63624dcd9e01947b51757
Section indices in MachO symbol tables begin at 1, not 0.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141815 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Object/MachOObjectFile.cpp