[PATCH] D79219: [CMake] Simplify CMake handling for zlib
Hans Wennborg via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 6 04:25:45 PDT 2020
hans added inline comments.
================
Comment at: llvm/cmake/config-ix.cmake:178
-if (LLVM_ENABLE_ZLIB STREQUAL "FORCE_ON" AND NOT HAVE_LIBZ)
- message(FATAL_ERROR "Failed to configure zlib")
----------------
Could this check be put back? E.g. for now it seems building with -DLLVM_USE_SANITIZERS=Memory and -DLLVM_ENABLE_ZLIB=FORCE_ON will silently not use zlib.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79219/new/
https://reviews.llvm.org/D79219
More information about the cfe-commits
mailing list