teemperor marked an inline comment as done. teemperor added inline comments.
================ Comment at: include/lldb/Host/Config.h.cmake:32-40 #ifndef HAVE_LIBCOMPRESSION #cmakedefine HAVE_LIBCOMPRESSION #endif +#ifndef HAVE_LIBCOMPRESSION +#ifdef __APPLE__ +#define HAVE_LIBCOMPRESSION ---------------- labath wrote: > Why is this even necessary? If libcompression is always available on apple > platforms, then the cmake check should always succeed, and there should be no > need to fix it up. Maybe the check needs to be fixed/improved? I don't think I found a good answer for that in the git log. Maybe it's a workaround for the Xcode project? Repository: rLLDB LLDB CHANGES SINCE LAST ACTION https://reviews.llvm.org/D57011/new/ https://reviews.llvm.org/D57011 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits