This is an archive of the discontinued LLVM Phabricator instance.

[clang][utils] Remove StringRef lldb summary provider
ClosedPublic

Authored by kastiglione on Jan 10 2022, 6:52 PM.

Details

Summary

Remove the StringRef summary provider in favor of the implementation in
llvm/utils/lldbDataFormatters.py.

This implementation was resulting in errors in some cases.

Diff Detail

Event Timeline

kastiglione created this revision.Jan 10 2022, 6:52 PM
kastiglione requested review of this revision.Jan 10 2022, 6:52 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 10 2022, 6:52 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript

The StringRef provider was improved in D117779.

This revision was not accepted when it landed; it landed in state Needs Review.Feb 3 2022, 3:17 PM
This revision was automatically updated to reflect the committed changes.