1declare_args() {
2  # Whether to include code that links against zlib.
3  llvm_enable_zlib = host_os != "win"
4}
5