| commit | dbf9339715c42bbec5903231ae8fa5f64bc5c877 | [log] [tgz] |
|---|---|---|
| author | George Rimar <grimar@accesssoftek.com> | Mon Apr 17 08:58:12 2017 +0000 |
| committer | George Rimar <grimar@accesssoftek.com> | Mon Apr 17 08:58:12 2017 +0000 |
| tree | 68108e2f4b8e45d8063a0b8382103ffc4f82d1b0 | |
| parent | 27e2ff964fc3e18c27488e15dc74b44ef32d2fe0 [diff] |
[ELF] - Implemented --compress-debug-sections option. Patch implements --compress-debug-sections=zlib. In compare with D20211 (a year old patch, abandoned), it implementation uses streaming and fully reimplemented, does not support zlib-gnu for simplification. This is PR32308. Differential revision: https://reviews.llvm.org/D31941 llvm-svn: 300444