mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Do not ignore DW_TAG_class_type!
llvm-svn: 67661
This commit is contained in:
parent
ec41ca9857
commit
225831fc9e
@ -1713,6 +1713,7 @@ private:
|
||||
break;
|
||||
case DW_TAG_structure_type:
|
||||
case DW_TAG_union_type:
|
||||
case DW_TAG_class_type:
|
||||
{
|
||||
// Add elements to structure type.
|
||||
DIArray Elements = CTy.getTypeArray();
|
||||
|
Loading…
Reference in New Issue
Block a user