[DAGCombiner] Add target hook function to decide folding (mul (add x, c1), c2)
[llvm-project.git] / utils / bazel / deps_impl / zlib_disable.BUILD
blobe2e4997d2ab5ac4d498be69a055b453a9b65ba09
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 # Empty stub library. This doesn't include zlib and doesn't set the LLVM
6 # `#define`s to enable it.
7 cc_library(
8     name = "zlib",
9     visibility = ["//visibility:public"],