Skip to content

Commit 4942a0b

Browse files
committed
Revert "[llvm-dwarfdump] Print type names in DW_AT_type DIEs"
This reverts commit r311492. llvm-svn: 311499
1 parent 4a07bbe commit 4942a0b

File tree

2 files changed

+1
-319
lines changed

2 files changed

+1
-319
lines changed

llvm/lib/DebugInfo/DWARF/DWARFDie.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,7 @@ static void dumpAttribute(raw_ostream &OS, const DWARFDie &Die,
135135
// We have dumped the attribute raw value. For some attributes
136136
// having both the raw value and the pretty-printed value is
137137
// interesting. These attributes are handled below.
138-
if (Attr == DW_AT_specification || Attr == DW_AT_abstract_origin ||
139-
Attr == DW_AT_type) {
138+
if (Attr == DW_AT_specification || Attr == DW_AT_abstract_origin) {
140139
if (const char *Name = Die.getAttributeValueAsReferencedDie(Attr).getName(DINameKind::LinkageName))
141140
OS << " \"" << Name << '\"';
142141
} else if (Attr == DW_AT_APPLE_property_attribute) {

llvm/test/tools/llvm-dwarfdump/X86/verify_type_names.s

Lines changed: 0 additions & 317 deletions
This file was deleted.

0 commit comments

Comments
 (0)