[PATCH] D80042: [gn build] Add a flag to provide the path to zlib on Windows.

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 19 13:11:53 PDT 2020


thakis added a comment.

Looks like this breaks the build on Windows: http://45.33.8.238/win/15588/step_4.txt

…because the assert is in zlib_config, and while we only add the dep on that if llvm_enable_zlib, the config is evaluated at the top level.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D80042/new/

https://reviews.llvm.org/D80042





More information about the llvm-commits mailing list