This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Remove ConstString from GetPluginNameStatic of some plugins
ClosedPublic

Authored by labath on Oct 19 2021, 3:35 AM.

Details

Summary

This patch deals with ObjectFile, ObjectContainer and OperatingSystem
plugins. I'll convert the other types in separate patches.

In order to enable piecemeal conversion, I am leaving some ConstStrings
in the lowest PluginManager layers. I'll convert those as the last step.

Diff Detail

Event Timeline

labath created this revision.Oct 19 2021, 3:35 AM
labath requested review of this revision.Oct 19 2021, 3:35 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 19 2021, 3:35 AM
This revision is now accepted and ready to land.Oct 20 2021, 2:53 AM