[DAGCombiner] Add target hook function to decide folding (mul (add x, c1), c2)
[llvm-project.git] / utils / bazel / deps_impl / zlib_external.BUILD
blob7e505ffd105a46ec7ece09590006521911276ca4
1 # This file is licensed under the Apache License v2.0 with LLVM Exceptions.
2 # See https://llvm.org/LICENSE.txt for license information.
3 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
5 # Wrapper around an external zlib library to add the relevant LLVM `#define`s.
6 cc_library(
7     name = "zlib",
8     defines = ["LLVM_ENABLE_ZLIB=1"],
9     visibility = ["//visibility:public"],
10     deps = ["@external_zlib_repo//:zlib_rule"],