[PATCH] D20470: [llvm-dwarfdump] - Teach dwarfdump to decompress debug sections in zlib style.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Mon May 23 04:56:31 PDT 2016


grimar updated this revision to Diff 58084.
grimar added a comment.

- Restored original way to work with UncompressedSections vector, it is unrelated to this patch.


http://reviews.llvm.org/D20470

Files:
  include/llvm/Object/COFF.h
  include/llvm/Object/ELFObjectFile.h
  include/llvm/Object/MachO.h
  include/llvm/Object/ObjectFile.h
  lib/DebugInfo/DWARF/DWARFContext.cpp
  lib/Object/COFFObjectFile.cpp
  lib/Object/MachOObjectFile.cpp
  test/DebugInfo/Inputs/dwarfdump-test-zlib.cc
  test/DebugInfo/Inputs/dwarfdump-test-zlib.elf-x86-64
  test/DebugInfo/Inputs/dwarfdump-test-zlibgnu.elf-x86-64
  test/DebugInfo/dwarfdump-zlib.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20470.58084.patch
Type: text/x-patch
Size: 9567 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160523/7cc31240/attachment.bin>


More information about the llvm-commits mailing list