This is an archive of the discontinued LLVM Phabricator instance.

[lldb][NFCI] Remove use of ConstString from ProcessElfCore
ClosedPublic

Authored by bulbazord on Jun 26 2023, 6:16 PM.

Details

Summary

I'm not convinced that it makes sense for the paths to be ConstStrings. We're
going to be putting them into FileSpecs (which are backed by
ConstStrings, for now) but otherwise there's no need to store them as
ConstStrings upfront.

Diff Detail

Event Timeline

bulbazord created this revision.Jun 26 2023, 6:16 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 26 2023, 6:16 PM
bulbazord requested review of this revision.Jun 26 2023, 6:16 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 26 2023, 6:16 PM
JDevlieghere accepted this revision.Jun 26 2023, 10:53 PM

Looks reasonable

This revision is now accepted and ready to land.Jun 26 2023, 10:53 PM