[llvm-objcopy] - Report "no zlib available" error properly when --compress-debug...
authorGeorge Rimar <grimar@accesssoftek.com>
Tue, 5 Mar 2019 11:32:14 +0000 (11:32 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Tue, 5 Mar 2019 11:32:14 +0000 (11:32 +0000)
commit1e93080ca854fa89b74a3f051605ca4db2d4de89
tree785fab52337a213c72d067ebbbdee8b0954e29d1
parent41e38925ab6b65705ce232edd9396c68bdb8fce5
[llvm-objcopy] - Report "no zlib available" error properly when --compress-debug-sections is used.

If zlib is not available, and --compress-debug-sections is passed,
we want to report an error. Currently, it is only reported for
--compress_debug_sections= form of the option.

Fixes the https://bugs.llvm.org/show_bug.cgi?id=40886.

I do not think there is a way to write a test for this.

Differential revision: https://reviews.llvm.org/D58909

llvm-svn: 355391
llvm/tools/llvm-objcopy/CopyConfig.cpp