mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 05:32:28 +08:00
remove duplicate td_library import (#90003)
Reverts bad part of one line from
ae22ac9535 (diff-9b538219c38ed73e193087a031284f10c62de8692ccc0efbe8c670fe9bfe868f)
This commit is contained in:
@@ -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",
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user