Geoffrey Martin-Noble | 552d3f8 | 2021-05-25 17:56:09 -0700 | [diff] [blame] | 1 | # Copyright 2020 The IREE Authors |
Marius Brehler | 9bc708e | 2020-01-23 13:06:55 -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 |
Marius Brehler | 9bc708e | 2020-01-23 13:06:55 -0800 | [diff] [blame] | 6 | |
Marius Brehler | 476031a | 2020-03-24 16:14:30 -0700 | [diff] [blame] | 7 | package( |
Geoffrey Martin-Noble | 083ac8e | 2020-07-15 20:10:49 -0700 | [diff] [blame] | 8 | features = ["layering_check"], |
Marius Brehler | 476031a | 2020-03-24 16:14:30 -0700 | [diff] [blame] | 9 | licenses = ["notice"], # Apache 2.0 |
Geoffrey Martin-Noble | 252cdbb | 2020-01-28 10:26:25 -0800 | [diff] [blame] | 10 | ) |
Scott Todd | e32cc76 | 2022-05-23 12:07:34 -0700 | [diff] [blame] | 11 | |
| 12 | exports_files(["lit.cfg.py"]) |