summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/Generic/export-symbol-anonymous-class.ll
Commit message (Collapse)AuthorAgeFilesLines
* Debug Info: Support for DW_AT_export_symbols for anonymous structsShafik Yaghmour2019-08-261-0/+43
This implements the DWARF 5 feature described in: http://dwarfstd.org/ShowIssue.php?issue=141212.1 To support recognizing anonymous structs: struct A { struct { // Anonymous struct int y; }; } a This patch adds support for the new flag in constructTypeDIE(...) and test to verify this change. Differential Revision: https://reviews.llvm.org/D66605 llvm-svn: 369969
OpenPOWER on IntegriCloud