blob: 7b7387138ab7b3c051d30df2f118231433aa5897 [file] [log] [blame]
Geoffrey Martin-Noble552d3f82021-05-25 17:56:09 -07001# Copyright 2020 The IREE Authors
Geoffrey Martin-Nobleb530d232020-03-09 09:46:42 -07002#
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
Geoffrey Martin-Nobleb530d232020-03-09 09:46:42 -07006
7package(
8 default_visibility = ["//visibility:public"],
Geoffrey Martin-Noble083ac8e2020-07-15 20:10:49 -07009 features = ["layering_check"],
Geoffrey Martin-Nobleb530d232020-03-09 09:46:42 -070010 licenses = ["notice"], # Apache 2.0
11)
Stella Laurenzo1e8d1fa2022-04-22 09:50:43 -070012
13exports_files(["lit.cfg.py"])