[lldb/DWARF] Look for complete array element definitions in other modules
This applies the same logic we have for incomplete class bases and members to array element types.
This commit is contained in:
@@ -2,3 +2,4 @@
|
||||
|
||||
Two::~Two() = default;
|
||||
member::Two::~Two() = default;
|
||||
array::Two::~Two() = default;
|
||||
|
||||
Reference in New Issue
Block a user