blob: b6afc06fb2aa8a934f2683387f19191a9962ffbc [file] [log] [blame]
Geoffrey Martin-Noble552d3f82021-05-25 17:56:09 -07001# Copyright 2020 The IREE Authors
Marius Brehler9bc708e2020-01-23 13:06:55 -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
Marius Brehler9bc708e2020-01-23 13:06:55 -08006
Marius Brehler476031a2020-03-24 16:14:30 -07007package(
Geoffrey Martin-Noble083ac8e2020-07-15 20:10:49 -07008 features = ["layering_check"],
Marius Brehler476031a2020-03-24 16:14:30 -07009 licenses = ["notice"], # Apache 2.0
Geoffrey Martin-Noble252cdbb2020-01-28 10:26:25 -080010)
Scott Todde32cc762022-05-23 12:07:34 -070011
12exports_files(["lit.cfg.py"])