Skip to content

Commit 73f8ec9

Browse files
authored
[mlir][bazel] Fix load() order.
1 parent b6f6fe9 commit 73f8ec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
44

55
load("@bazel_skylib//rules:expand_template.bzl", "expand_template")
6+
load("//llvm:lit_test.bzl", "package_path")
67
load("//mlir:build_defs.bzl", "if_cuda_available")
78
load("//mlir:tblgen.bzl", "gentbl_cc_library", "td_library")
8-
load("//llvm:lit_test.bzl", "package_path")
99

1010
package(
1111
default_visibility = ["//visibility:public"],

0 commit comments

Comments
 (0)