Skip to content

Commit a6e85a1

Browse files
author
Devang Patel
committed
Do not ignore DW_TAG_class_type!
llvm-svn: 67661
1 parent 3d0d4b8 commit a6e85a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/CodeGen/AsmPrinter/DwarfWriter.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1713,6 +1713,7 @@ class DwarfDebug : public Dwarf {
17131713
break;
17141714
case DW_TAG_structure_type:
17151715
case DW_TAG_union_type:
1716+
case DW_TAG_class_type:
17161717
{
17171718
// Add elements to structure type.
17181719
DIArray Elements = CTy.getTypeArray();

0 commit comments

Comments
 (0)