blob: 5af10f285d21e7a7dbd0412fd6f47620f222ee6b [file] [log] [blame]
Geoffrey Martin-Noble552d3f82021-05-25 17:56:09 -07001# Copyright 2019 The IREE Authors
Geoffrey Martin-Noble1e20c602019-11-11 12:06:19 -08002#
Geoffrey Martin-Noble552d3f82021-05-25 17:56:09 -07003# Licensed under the Apache License v2.0 with LLVM Exceptions.
4# See https://llvm.org/LICENSE.txt for license information.
5# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
Geoffrey Martin-Noble1e20c602019-11-11 12:06:19 -08006
Geoffrey Martin-Noble1c9b8362020-08-05 12:57:52 -07007# Note that project-wide, bazel repo aliases are used. Various scripts and helpers operate on the
8# following prefixes textually, so avoid doing any systematic construction that would break the
9# matching.
10#
11# "@absl_py//absl/"
Geoffrey Martin-Noble1c9b8362020-08-05 12:57:52 -070012# "@bazel_skylib//"
13# "@com_google_benchmark//"
Geoffrey Martin-Noblef5b323e2021-01-12 18:32:08 -080014# "@cpuinfo//"
Thomas3079fb12021-05-12 20:31:20 -070015# "@cuda//"
Geoffrey Martin-Noble1c9b8362020-08-05 12:57:52 -070016# "@com_github_dvidelabs_flatcc//"
17# "@com_google_googletest//"
18# "@llvm-project//"
Geoffrey Martin-Noblef5b323e2021-01-12 18:32:08 -080019# "@mlir-hlo//"
Geoffrey Martin-Noble1c9b8362020-08-05 12:57:52 -070020# "@iree_pybind11//"
Copybara-Servicef58a69f2020-12-29 12:00:23 -080021# "@spirv_cross//"
Geoffrey Martin-Noblea3287612021-08-25 10:53:26 -070022# "@vulkan_headers//"
Geoffrey Martin-Noblec249e562021-06-28 13:49:50 -070023# "@com_github_yaml_libyaml//"
Geoffrey Martin-Noble1c9b8362020-08-05 12:57:52 -070024
Stella Laurenzo1128d502019-10-07 14:34:41 -070025package(
26 default_visibility = ["//visibility:public"],
Geoffrey Martin-Noble083ac8e2020-07-15 20:10:49 -070027 features = ["layering_check"],
Stella Laurenzo1128d502019-10-07 14:34:41 -070028 licenses = ["notice"], # Apache 2.0
29)