remove duplicate td_library import (#90003)

Reverts bad part of one line from
ae22ac9535 (diff-9b538219c38ed73e193087a031284f10c62de8692ccc0efbe8c670fe9bfe868f)
This commit is contained in:
Jeremy Kun
2024-04-24 16:07:02 -07:00
committed by GitHub
parent 9961311216
commit 49586eacd3

View File

@@ -4,7 +4,7 @@
load("@bazel_skylib//rules:expand_template.bzl", "expand_template")
load("//llvm:lit_test.bzl", "package_path")
load("//mlir:tblgen.bzl", "gentbl_cc_library", "td_library", "gentbl_sharded_ops", "td_library")
load("//mlir:tblgen.bzl", "gentbl_cc_library", "gentbl_sharded_ops", "td_library")
package(
default_visibility = ["//visibility:public"],
@@ -423,9 +423,9 @@ cc_library(
"//mlir:SideEffectInterfaces",
"//mlir:Support",
"//mlir:TensorDialect",
"//mlir:TranslateLib",
"//mlir:TransformUtils",
"//mlir:Transforms",
"//mlir:TranslateLib",
"//mlir:ValueBoundsOpInterface",
"//mlir:ViewLikeInterface",
],