Skip to content

Commit 49586ea

Browse files
authored
remove duplicate td_library import (#90003)
Reverts bad part of one line from ae22ac9#diff-9b538219c38ed73e193087a031284f10c62de8692ccc0efbe8c670fe9bfe868f
1 parent 9961311 commit 49586ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
load("@bazel_skylib//rules:expand_template.bzl", "expand_template")
66
load("//llvm:lit_test.bzl", "package_path")
7-
load("//mlir:tblgen.bzl", "gentbl_cc_library", "td_library", "gentbl_sharded_ops", "td_library")
7+
load("//mlir:tblgen.bzl", "gentbl_cc_library", "gentbl_sharded_ops", "td_library")
88

99
package(
1010
default_visibility = ["//visibility:public"],
@@ -423,9 +423,9 @@ cc_library(
423423
"//mlir:SideEffectInterfaces",
424424
"//mlir:Support",
425425
"//mlir:TensorDialect",
426-
"//mlir:TranslateLib",
427426
"//mlir:TransformUtils",
428427
"//mlir:Transforms",
428+
"//mlir:TranslateLib",
429429
"//mlir:ValueBoundsOpInterface",
430430
"//mlir:ViewLikeInterface",
431431
],

0 commit comments

Comments
 (0)