1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

Do not ignore DW_TAG_class_type!

llvm-svn: 67661
This commit is contained in:
Devang Patel 2009-03-25 00:28:40 +00:00
parent ec41ca9857
commit 225831fc9e

View File

@ -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();