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

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 29 01:56:45 PDT 2017


JDevlieghere added a comment.

In https://reviews.llvm.org/D36993#854984, @dblaikie wrote:

> Where's the 'const' being printed from (couldn't spot it from a quick glance at the code) for the test cases like "const Struct"?


The function `dumpTypeTagName` extracts the 'type name' from a tag. For the example the function dumps `DW_TAG_const_type` as `const`.


Repository:
  rL LLVM

https://reviews.llvm.org/D36993





More information about the llvm-commits mailing list