[bazel] Add a missing dependency after 786cbb09ed
This commit is contained in:
parent
786cbb09ed
commit
35b6faff86
|
@ -2254,6 +2254,7 @@ cc_library(
|
||||||
":FuncDialect",
|
":FuncDialect",
|
||||||
":FuncTransforms",
|
":FuncTransforms",
|
||||||
":LinalgTransforms",
|
":LinalgTransforms",
|
||||||
|
":MemRefTransforms",
|
||||||
":Pass",
|
":Pass",
|
||||||
":SparseTensorDialect",
|
":SparseTensorDialect",
|
||||||
":SparseTensorTransforms",
|
":SparseTensorTransforms",
|
||||||
|
@ -6872,8 +6873,8 @@ cc_binary(
|
||||||
"//mlir/test:TestFuncToLLVM",
|
"//mlir/test:TestFuncToLLVM",
|
||||||
"//mlir/test:TestGPU",
|
"//mlir/test:TestGPU",
|
||||||
"//mlir/test:TestIR",
|
"//mlir/test:TestIR",
|
||||||
"//mlir/test:TestLinalg",
|
|
||||||
"//mlir/test:TestLLVM",
|
"//mlir/test:TestLLVM",
|
||||||
|
"//mlir/test:TestLinalg",
|
||||||
"//mlir/test:TestMath",
|
"//mlir/test:TestMath",
|
||||||
"//mlir/test:TestMemRef",
|
"//mlir/test:TestMemRef",
|
||||||
"//mlir/test:TestNVGPU",
|
"//mlir/test:TestNVGPU",
|
||||||
|
|
Loading…
Reference in New Issue