# 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"], | |
) |