[PATCH] D49678: [llvm-objcopy] Adding support for compressed DWARF debug sections.

Puyan Lotfi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 15 11:35:58 PDT 2018


plotfi updated this revision to Diff 160871.
plotfi marked 5 inline comments as done.
plotfi added a comment.
Herald added a subscriber: rupprecht.

Summary of this update:

- made handleArgsAndWrite lower case
- cleaned up nits in error messages
- removed extern explicit template prototypes from Compressor.h header
- added comment about llvm-objdump redirects in compress-debug-sections.test
- added CHECK-FLAGS-NOT: SHF_COMPRESSED checks for gnu style zdebug test (compress-debug-sections-zlib-gnu.test)




Repository:
  rL LLVM

https://reviews.llvm.org/D49678

Files:
  include/llvm/Object/Compressor.h
  lib/Object/CMakeLists.txt
  lib/Object/Compressor.cpp
  test/tools/llvm-objcopy/Inputs/compress-debug-sections.yaml
  test/tools/llvm-objcopy/compress-and-decompress-debug-sections-error.test
  test/tools/llvm-objcopy/compress-debug-sections-invalid-format.test
  test/tools/llvm-objcopy/compress-debug-sections-zlib-gnu.test
  test/tools/llvm-objcopy/compress-debug-sections-zlib.test
  test/tools/llvm-objcopy/compress-debug-sections.test
  tools/llvm-objcopy/ObjcopyOpts.td
  tools/llvm-objcopy/Object.cpp
  tools/llvm-objcopy/Object.h
  tools/llvm-objcopy/llvm-objcopy.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49678.160871.patch
Type: text/x-patch
Size: 31756 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180815/0e628799/attachment.bin>


More information about the llvm-commits mailing list