We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bc54ad commit c982f51Copy full SHA for c982f51
utils/bazel/llvm-project-overlay/third-party/BUILD.bazel
@@ -2,11 +2,8 @@
2
# See https://llvm.org/LICENSE.txt for license information.
3
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
4
load("@bazel_skylib//rules:common_settings.bzl", "bool_flag")
5
-load("@rules_cc//cc:defs.bzl", "cc_library")
6
load(":cc_library_wrapper.bzl", "cc_library_wrapper")
7
8
-cc_library(name = "empty_lib")
9
-
10
bool_flag(
11
name = "llvm_enable_zstd",
12
build_setting_default = True,
0 commit comments