Add support for .symtab_shnidx. Unfortunately, doing this required breaking a
authorNick Lewycky <nicholas@mxc.ca>
Tue, 11 Oct 2011 02:57:48 +0000 (02:57 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Tue, 11 Oct 2011 02:57:48 +0000 (02:57 +0000)
commit15c3f727aeff6a80e3f9e7e6b1284748e5f3322a
tree02d175d144594f554ff925e49af61f15385c2a76
parenta02bfced06b4cc700e50bc497cc42667653f091a
Add support for .symtab_shnidx. Unfortunately, doing this required breaking a
layer of abstraction around SymbolRef where you can read its private
SymbolPimpl member.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141636 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Object/ObjectFile.h
lib/Object/ELFObjectFile.cpp