clang_toolchain.BUILD 505 B

1234567891011121314
  1. # Part of the Carbon Language project, under the Apache License v2.0 with LLVM
  2. # Exceptions. See /LICENSE for license information.
  3. # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
  4. # This file is symlinked into a configured Clang toolchain repository as the
  5. # root `BUILD` file for that repository.
  6. load(":cc_toolchain_config.bzl", "cc_local_toolchain_suite")
  7. load(":clang_configs.bzl", "clang_configs")
  8. cc_local_toolchain_suite(
  9. name = "bazel_cc_toolchain",
  10. configs = clang_configs,
  11. )