blob: 2133da5536e4ac8bd0f1d310723c4a5df98ab821 [file] [log] [blame]
Geoffrey Martin-Noble552d3f82021-05-25 17:56:09 -07001# Copyright 2019 The IREE Authors
Geoffrey Martin-Noble1e20c602019-11-11 12:06:19 -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
Geoffrey Martin-Noble1e20c602019-11-11 12:06:19 -08006
Stella Laurenzo1128d502019-10-07 14:34:41 -07007package(
8 default_visibility = ["//visibility:public"],
Geoffrey Martin-Noble083ac8e2020-07-15 20:10:49 -07009 features = ["layering_check"],
Stella Laurenzo1128d502019-10-07 14:34:41 -070010 licenses = ["notice"], # Apache 2.0
11)