We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
load()
1 parent b6f6fe9 commit 73f8ec9Copy full SHA for 73f8ec9
utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel
@@ -3,9 +3,9 @@
3
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
4
5
load("@bazel_skylib//rules:expand_template.bzl", "expand_template")
6
+load("//llvm:lit_test.bzl", "package_path")
7
load("//mlir:build_defs.bzl", "if_cuda_available")
8
load("//mlir:tblgen.bzl", "gentbl_cc_library", "td_library")
-load("//llvm:lit_test.bzl", "package_path")
9
10
package(
11
default_visibility = ["//visibility:public"],
0 commit comments