This is an archive of the discontinued LLVM Phabricator instance.

[lldb][NFCI] Remove use of ConstString in ProcessStructReader
ClosedPublic

Authored by bulbazord on Jun 14 2023, 3:17 PM.

Details

Summary

std::map<ConstString, FieldImpl> is naturally replaced with
llvm::StringMap<FieldImpl> here.

Diff Detail

Event Timeline

bulbazord created this revision.Jun 14 2023, 3:17 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 14 2023, 3:17 PM
bulbazord requested review of this revision.Jun 14 2023, 3:17 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 14 2023, 3:17 PM
mib accepted this revision.Jun 14 2023, 3:34 PM
This revision is now accepted and ready to land.Jun 14 2023, 3:34 PM