[PATCH] D36993: [llvm-dwarfdump] Print type names in DW_AT_type DIEs

David Blaikie via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 31 10:38:34 PDT 2017


Was still waiting on some answers to these questions:

"Which other tag types go through this path, though?

struct and class don't get "struct" or "class", so I guess they don't go
through it?

Volatile presumably goes through it (const/volatile being very similar)?

Anything else, though? Wondering how big/what was in this switch that was
there before."

On Thu, Aug 31, 2017 at 10:20 AM Jonas Devlieghere via Phabricator <
reviews at reviews.llvm.org> wrote:

> JDevlieghere added a comment.
>
> David: Do you want to discuss this further or is this okay to land as is?
>
>
> Repository:
>   rL LLVM
>
> https://reviews.llvm.org/D36993
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170831/edd344a5/attachment.html>


More information about the llvm-commits mailing list