diff options
author | Shafik Yaghmour <syaghmour@apple.com> | 2019-08-27 20:17:35 +0000 |
---|---|---|
committer | Shafik Yaghmour <syaghmour@apple.com> | 2019-08-27 20:17:35 +0000 |
commit | 528f5da6d862f59c6e005f85eb32a0c67f65bc4d (patch) | |
tree | 17404f18575d0c9a83e0d9ba026a052fb3bf3e9c /lldb/packages/Python/lldbsuite/test/python_api/thread/main2.cpp | |
parent | 0c01d920512c87d5b6daec2b7232e3728c8def8f (diff) | |
download | bcm5719-llvm-528f5da6d862f59c6e005f85eb32a0c67f65bc4d.tar.gz bcm5719-llvm-528f5da6d862f59c6e005f85eb32a0c67f65bc4d.zip |
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
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/thread/main2.cpp')
0 files changed, 0 insertions, 0 deletions