This is an archive of the discontinued LLVM Phabricator instance.

Remove dead code for handling DWARF pubnames
ClosedPublic

Authored by amccarth on Feb 12 2018, 11:01 AM.

Details

Summary

LLDB doesn't use this code, the code has no tests, and the code does suspicious
things like hashing pointers to strings instead of the strings themselves.

Diff Detail

Repository
rL LLVM

Event Timeline

amccarth created this revision.Feb 12 2018, 11:01 AM
amccarth added a subscriber: lldb-commits.
clayborg accepted this revision.Feb 12 2018, 11:15 AM
This revision is now accepted and ready to land.Feb 12 2018, 11:15 AM
This revision was automatically updated to reflect the committed changes.

I also had to remove them from the Xcode project. With that done everything looks good.

lldb/trunk/source/Plugins/SymbolFile/DWARF/DWARFDebugPubnames.cpp