This is an archive of the discontinued LLVM Phabricator instance.

[lldb][DWARF] Generalize logic to get encoding from a DWARF Type tag
AcceptedPublic

Authored by ljmf00 on Dec 13 2021, 12:17 PM.

Details

Reviewers
shafik
Summary

This patch generalizes the logic to represent an EncodingDataType from a DWARF tag, decoupling from the current clang-specific DAWRF parser, allowing other languages to be integrated without code duplication.

Diff Detail

Event Timeline

ljmf00 created this revision.Dec 13 2021, 12:17 PM
ljmf00 requested review of this revision.Dec 13 2021, 12:17 PM
ljmf00 added a subscriber: Geod24.
shafik accepted this revision.Dec 13 2021, 5:48 PM

LGTM

This revision is now accepted and ready to land.Dec 13 2021, 5:48 PM

I think b/c you are indenting the text in your summary it is treating it as code.

ljmf00 edited the summary of this revision. (Show Details)

I think b/c you are indenting the text in your summary it is treating it as code.

I copied it directly from git show. I'm going to try to take care of it next time :)