[PATCH] D65914: [Dwarf] DW_TAG_unspecified_type is a type tag.

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 8 10:54:55 PDT 2019


aprantl added a comment.

In D65914#1621427 <https://reviews.llvm.org/D65914#1621427>, @probinson wrote:

> In D65914#1621248 <https://reviews.llvm.org/D65914#1621248>, @aprantl wrote:
>
> > FYI. You can derive the complete list by scanning for DW_AT_type in DWARF 5 Appendix A, Table A.1.
>
>
> ? not really.  Any tag that is a type qualifier will have DW_AT_type, but also anything else that simply has a type (DW_TAG_constant, etc).
>
> I do think that the regex DW_TAG_*_type will find all of them.


I'm probably misunderstanding something here, but DW_TAG_constant *is* listed in Appendix A as allowing a DW_AT_type attribute, so are all the DW_TAG_*_type tags.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65914/new/

https://reviews.llvm.org/D65914





More information about the llvm-commits mailing list