[mlir] Fix bazel build after b4130e9ead.

b4130e9ead
This commit is contained in:
Alexander Belyaev 2022-01-04 07:59:16 +01:00
parent 304d30bc59
commit c8e988fa78

View File

@ -260,6 +260,7 @@ cc_library(
],
deps = [
"//mlir:IR",
"//mlir:PDLInterpDialect",
"//mlir:Pass",
"//mlir:Support",
"//mlir:TransformUtils",