[AMDGPU] prevent shrinking udiv/urem if either operand is in (SignedMax,UnsignedMax...
[llvm-project.git] / llvm / utils / gn / build / libs / zlib / enable.gni
blob512bf07e1b4d2d4dfab65bd26c7c3e89a2e2af86
1 declare_args() {
2   if (host_os == "win") {
3     # On Windows, path to a directory containing zlib headers and zlib.lib.
4     zlib_path = ""
5   }
8 declare_args() {
9   # Whether to include code that links against zlib.
10   llvm_enable_zlib = host_os != "win" || zlib_path != ""