diff options
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/DebugInfo/DWARF/DWARFContext.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/DebugInfo/DWARF/DWARFContext.cpp b/llvm/lib/DebugInfo/DWARF/DWARFContext.cpp index 6dac25996d2..d8034d08c27 100644 --- a/llvm/lib/DebugInfo/DWARF/DWARFContext.cpp +++ b/llvm/lib/DebugInfo/DWARF/DWARFContext.cpp @@ -230,9 +230,6 @@ void DWARFContext::dump(raw_ostream &OS, DIDumpOptions DumpOpts) { // Print UUID header. const auto *ObjFile = DObj->getFile(); - if (!(DumpType & DIDT_UUID) || DumpType == DIDT_All) - outs() << ObjFile->getFileName() << ":\tfile format " - << ObjFile->getFileFormatName() << "\n\n"; if (DumpType & DIDT_UUID) dumpUUID(OS, *ObjFile); |

