blob: 236a474467251aef400aace1223bcd560190d2cc [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(
8 default_visibility = ["//visibility:public"],
Geoffrey Martin-Noble083ac8e2020-07-15 20:10:49 -07009 features = ["layering_check"],
Marius Brehler476031a2020-03-24 16:14:30 -070010 licenses = ["notice"], # Apache 2.0
Geoffrey Martin-Noble252cdbb2020-01-28 10:26:25 -080011)