xref: /llvm-project/utils/bazel/llvm-project-overlay/mlir/test/python/BUILD.bazel (revision b1a302265bf8c08a97b654b9f10dd662a67a1d4e)
1# This file is licensed under the Apache License v2.0 with LLVM Exceptions.
2# See https://llvm.org/LICENSE.txt for license information.
3# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
4
5licenses(["notice"])
6
7exports_files(
8    srcs = ["python_test_ops.td"],
9    visibility = ["//visibility:public"],
10)
11