[ELF] - Use DWARFDebugPubTable parser class intead of hand-written parsing.
authorGeorge Rimar <grimar@accesssoftek.com>
Sat, 17 Dec 2016 10:18:05 +0000 (10:18 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Sat, 17 Dec 2016 10:18:05 +0000 (10:18 +0000)
commit607fa711b2c9023daea909b539322250a79dec8a
treec9e5aabe499e7acbfbbcd2f69f0e51b30f3dfa00
parent83e0dbcaadab1cb9984c5fa15e26690444be57b5
[ELF] - Use DWARFDebugPubTable parser class intead of hand-written parsing.

DWARFDebugPubTable was introduced recently and allows us to get rid of
code duplication in LLD.

llvm-svn: 290042
lld/ELF/GdbIndex.cpp