This is an archive of the discontinued LLVM Phabricator instance.

[ELF] Pass LLDDwarfObj to readPubNamesAndTypes
AbandonedPublic

Authored by MaskRay on Nov 11 2018, 9:55 PM.

Details

Summary

We reorder the processing of .debug_gnu_pub{names,types} and other .gdb_index components, so as to save a static_cast.

Event Timeline

MaskRay created this revision.Nov 11 2018, 9:55 PM
MaskRay abandoned this revision.Nov 11 2018, 9:59 PM

No, I cannot do this as https://reviews.llvm.org/D54361 needs const std::vector<GdbIndexSection::CuEntry> &CUs which requires building DwarfContext.