[Lldb-commits] [PATCH] D41725: [lldb] [test] Fix missing HAVE_LIBZ for tests in stand-alone builds
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Sun Jan 7 01:01:08 PST 2018
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
More information about the lldb-commits
mailing list