Geoffrey Martin-Noble | 552d3f8 | 2021-05-25 17:56:09 -0700 | [diff] [blame] | 1 | # Copyright 2019 The IREE Authors |
Geoffrey Martin-Noble | 1e20c60 | 2019-11-11 12:06:19 -0800 | [diff] [blame] | 2 | # |
Geoffrey Martin-Noble | 552d3f8 | 2021-05-25 17:56:09 -0700 | [diff] [blame] | 3 | # 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-Noble | 1e20c60 | 2019-11-11 12:06:19 -0800 | [diff] [blame] | 6 | |
Geoffrey Martin-Noble | 1c9b836 | 2020-08-05 12:57:52 -0700 | [diff] [blame] | 7 | # 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-Noble | 1c9b836 | 2020-08-05 12:57:52 -0700 | [diff] [blame] | 12 | # "@bazel_skylib//" |
| 13 | # "@com_google_benchmark//" |
Geoffrey Martin-Noble | f5b323e | 2021-01-12 18:32:08 -0800 | [diff] [blame] | 14 | # "@cpuinfo//" |
Thomas | 3079fb1 | 2021-05-12 20:31:20 -0700 | [diff] [blame] | 15 | # "@cuda//" |
Geoffrey Martin-Noble | 1c9b836 | 2020-08-05 12:57:52 -0700 | [diff] [blame] | 16 | # "@com_github_dvidelabs_flatcc//" |
| 17 | # "@com_google_googletest//" |
| 18 | # "@llvm-project//" |
Geoffrey Martin-Noble | f5b323e | 2021-01-12 18:32:08 -0800 | [diff] [blame] | 19 | # "@mlir-hlo//" |
Geoffrey Martin-Noble | 1c9b836 | 2020-08-05 12:57:52 -0700 | [diff] [blame] | 20 | # "@iree_pybind11//" |
Copybara-Service | f58a69f | 2020-12-29 12:00:23 -0800 | [diff] [blame] | 21 | # "@spirv_cross//" |
Geoffrey Martin-Noble | a328761 | 2021-08-25 10:53:26 -0700 | [diff] [blame] | 22 | # "@vulkan_headers//" |
Geoffrey Martin-Noble | c249e56 | 2021-06-28 13:49:50 -0700 | [diff] [blame] | 23 | # "@com_github_yaml_libyaml//" |
Geoffrey Martin-Noble | 1c9b836 | 2020-08-05 12:57:52 -0700 | [diff] [blame] | 24 | |
Stella Laurenzo | 1128d50 | 2019-10-07 14:34:41 -0700 | [diff] [blame] | 25 | package( |
| 26 | default_visibility = ["//visibility:public"], |
Geoffrey Martin-Noble | 083ac8e | 2020-07-15 20:10:49 -0700 | [diff] [blame] | 27 | features = ["layering_check"], |
Stella Laurenzo | 1128d50 | 2019-10-07 14:34:41 -0700 | [diff] [blame] | 28 | licenses = ["notice"], # Apache 2.0 |
| 29 | ) |