[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
Sat Jan 6 01:04:20 PST 2018


labath added a comment.

Maybe we could just change the lit script to use the value of `LLVM_ENABLE_ZLIB` as the trigger? That should work in both standalone and non-standalone builds (and it seems more clean -- I'm not sure why llvm does not do the same)?


https://reviews.llvm.org/D41725





More information about the lldb-commits mailing list