This is an archive of the discontinued LLVM Phabricator instance.

[lldb][NFCI] Change type of SBDebugger::m_instance_name
ClosedPublic

Authored by bulbazord on May 25 2023, 6:21 PM.

Details

Summary

This doesn't need to be in the ConstString StringPool. There's little
benefit to having these be unique, and we don't need fast comparisons on
them.

Diff Detail

Event Timeline

bulbazord created this revision.May 25 2023, 6:21 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 25 2023, 6:21 PM
bulbazord requested review of this revision.May 25 2023, 6:21 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 25 2023, 6:21 PM
This revision is now accepted and ready to land.May 26 2023, 8:47 AM
This revision was automatically updated to reflect the committed changes.