labath added a comment.

In https://reviews.llvm.org/D41725#969189, @mgorny wrote:

> That said, is there a reason for LLDB to use zlib directly instead of using 
> the LLVM support compression library?


We aren't using zlib directly. We only need to know whether llvm was configured 
with zlib support, so we can know whether we can expect some tests to pass. 
That is what this piece of code does.


https://reviews.llvm.org/D41725



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to