blob: 46bc5f076e46b239451cdf6a3248ec59725966ba [file] [log] [blame]
# Copyright 2022 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
"""BUILD.bazel file for @prebuilt_llvm repository."""
cc_library(
name = "llvm_includes",
hdrs = glob(["include/**"]),
includes = ["include"],
visibility = ["//visibility:public"],
)