blob: 9da145a3f204b877e8da2bc97e72eb997b6ed146 [file] [log] [blame]
Stella Laurenzo9bde61b2022-04-21 15:37:14 -07001# 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
7package(
8 default_visibility = ["//visibility:public"],
9 features = ["layering_check"],
10 licenses = ["notice"], # Apache 2.0
11)
12
13exports_files(["lit.cfg.py"])