diff options
| author | Adrian Prantl <aprantl@apple.com> | 2017-09-14 17:01:53 +0000 |
|---|---|---|
| committer | Adrian Prantl <aprantl@apple.com> | 2017-09-14 17:01:53 +0000 |
| commit | 5fd3d49bc4c07e549573924afc00e50d0ed62d44 (patch) | |
| tree | 2809a2fba28c39e7f5f5484a91e0a5f2a40dab36 /llvm/lib | |
| parent | 779d98e1c008b30a211375a76f3f2c97502a02b5 (diff) | |
| download | bcm5719-llvm-5fd3d49bc4c07e549573924afc00e50d0ed62d44.tar.gz bcm5719-llvm-5fd3d49bc4c07e549573924afc00e50d0ed62d44.zip | |
llvm-dwarfdump: support dumping static archives.
llvm-svn: 313272
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); |

