diff options
author | Shafik Yaghmour <syaghmour@apple.com> | 2019-08-23 17:19:21 +0000 |
---|---|---|
committer | Shafik Yaghmour <syaghmour@apple.com> | 2019-08-23 17:19:21 +0000 |
commit | 5dca5efc0b14c1512cbd8a2902322e1b5b6617cb (patch) | |
tree | 9c13fa4f11536a24acfd69f12fdb24cc871bc086 /lldb/packages/Python/lldbsuite/test/expression_command/context-object-objc/TestContextObjectObjc.py | |
parent | e7211bb56724b66ba1011084a2293d9d658a4afe (diff) | |
download | bcm5719-llvm-5dca5efc0b14c1512cbd8a2902322e1b5b6617cb.tar.gz bcm5719-llvm-5dca5efc0b14c1512cbd8a2902322e1b5b6617cb.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 a new (DI)flag to LLVM metadata:
ExportSymbols
Differential Revision: https://reviews.llvm.org/D66352
llvm-svn: 369781
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/context-object-objc/TestContextObjectObjc.py')
0 files changed, 0 insertions, 0 deletions