Keep track of which string table is associated with a symbol table.
authorRafael Espindola <rafael.espindola@gmail.com>
Tue, 21 Jul 2015 18:00:39 +0000 (18:00 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Tue, 21 Jul 2015 18:00:39 +0000 (18:00 +0000)
commit16154afb0614bf2010ad295ee89d01106a0c4d64
tree81d5012d9169f2b8fbfe0fd620eece93f0d6d530
parent5699eed60800197660f94fabb312de26755b9706
Keep track of which string table is associated with a symbol table.

This removes the last uses of getStaticSymbolName in lld.

llvm-svn: 242816
lld/lib/ReaderWriter/ELF/ELFFile.cpp