| commit | 528f5da6d862f59c6e005f85eb32a0c67f65bc4d | [log] [tgz] |
|---|---|---|
| author | Shafik Yaghmour <syaghmour@apple.com> | Tue Aug 27 20:17:35 2019 +0000 |
| committer | Shafik Yaghmour <syaghmour@apple.com> | Tue Aug 27 20:17:35 2019 +0000 |
| tree | 17404f18575d0c9a83e0d9ba026a052fb3bf3e9c | |
| parent | 0c01d920512c87d5b6daec2b7232e3728c8def8f [diff] |
Debug Info: Support for DW_AT_export_symbols for anonymous structs 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 in CGDebugInfo::CreateLimitedType(...) for this new flag and an accompanying test to verify this feature. Differential Revision: https://reviews.llvm.org/D66667 llvm-svn: 370107