[PATCH] D79219: [CMake] Simplify CMake handling for zlib
Christian Kühnel via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 7 01:40:55 PDT 2020
kuhnel added a comment.
> Looking at the error, it seems like you have a 32-bit version of zlib installed and in your search path on a 64-bit version of Windows. I'm not quite sure how to handle that in CMake.
For mlir-windows buildbot:
I have no clue on what is installed there.
For pre-merge testing:
I guess zlib is part of GNUWin32 package being installed. This is the recommended setup for Visual Studio <https://llvm.org/docs/GettingStartedVS.html>. The pre-merge builds are running in a docker container on Windows <https://github.com/google/llvm-premerge-checks/blob/master/containers/agent-windows-vs2019/Dockerfile>, so you can check what software is being installed.
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