diff options
author | George Rimar <grimar@accesssoftek.com> | 2019-03-05 13:07:43 +0000 |
---|---|---|
committer | George Rimar <grimar@accesssoftek.com> | 2019-03-05 13:07:43 +0000 |
commit | ade3c70537e105029ba600fcb56099c434a9ba0c (patch) | |
tree | 0cda96fc301b3bbeaa819bdcbd0ac7286e8f9b6c /lldb/packages/Python/lldbsuite/test | |
parent | a55999301e2169905ff2359fa17584df05378a01 (diff) | |
download | bcm5719-llvm-ade3c70537e105029ba600fcb56099c434a9ba0c.tar.gz bcm5719-llvm-ade3c70537e105029ba600fcb56099c434a9ba0c.zip |
[llvm-objcopy] - Simplify `isCompressable` and fix the issue relative.
When --compress-debug-sections is given, llvm-objcopy do not compress
sections that have "ZLIB" header in data. Normally this signature is used
in zlib-gnu compression format. But if zlib-gnu used then the name of the compressed
section should start from .z* (e.g .zdebug_info). If it does not, then it is not
a zlib-gnu format and section should be treated as a normal uncompressed section.
Differential revision: https://reviews.llvm.org/D58908
llvm-svn: 355399
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
0 files changed, 0 insertions, 0 deletions