[PATCH] D31941: [ELF] - Implemented --compress-debug-sections option.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 11 08:50:52 PDT 2017


grimar created this revision.

Patch implements --compress-debug-sections=zlib and zlib-gapi
(which are the same type).

In compare with https://reviews.llvm.org/D20211 (a year old patch, abandoned), it implementation
uses streaming and fully reimplemented, does not support zlib-gnu for
simplification.

This is PR32308.


https://reviews.llvm.org/D31941

Files:
  ELF/Config.h
  ELF/Driver.cpp
  ELF/Options.td
  ELF/OutputSections.cpp
  ELF/OutputSections.h
  test/ELF/compress-debug-sections.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31941.94833.patch
Type: text/x-patch
Size: 8638 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170411/0152cb4e/attachment.bin>


More information about the llvm-commits mailing list