This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Support CTF forward declarations
ClosedPublic

Authored by JDevlieghere on Jul 27 2023, 1:43 PM.

Details

Summary

Add support for CTF forward declarations.

Diff Detail

Event Timeline

JDevlieghere created this revision.Jul 27 2023, 1:43 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 27 2023, 1:43 PM

Looks like a straightforward follow-up to D156447. One small nit but otherwise looks good.

lldb/source/Plugins/SymbolFile/CTF/SymbolFileCTF.cpp
530

It takes a StringRef directly, no need to yoink out the pointer and re-create it.

Address @bulbazord's feedback.

bulbazord accepted this revision.Jul 27 2023, 2:22 PM
This revision is now accepted and ready to land.Jul 27 2023, 2:22 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptJul 28 2023, 7:10 PM