forked from OSchip/llvm-project
[Bazel] Make mlir/test:TestShapeDialect depend on mlir:FuncDialect
This commit is contained in:
parent
ce3bb82e45
commit
baebe12ad0
|
@ -519,6 +519,7 @@ cc_library(
|
|||
],
|
||||
deps = [
|
||||
"//llvm:Support",
|
||||
"//mlir:FuncDialect",
|
||||
"//mlir:IR",
|
||||
"//mlir:InferTypeOpInterface",
|
||||
"//mlir:Pass",
|
||||
|
|
Loading…
Reference in New Issue