Stella Laurenzo | 9bde61b | 2022-04-21 15:37:14 -0700 | [diff] [blame] | 1 | # Copyright 2022 The IREE Authors |
2 | # | ||||
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 | ||||
6 | |||||
7 | package( | ||||
8 | default_visibility = ["//visibility:public"], | ||||
9 | features = ["layering_check"], | ||||
10 | licenses = ["notice"], # Apache 2.0 | ||||
11 | ) | ||||
12 | |||||
13 | exports_files(["lit.cfg.py"]) |