[Bazel][mlir] Fix Bazel for f83950ab8dfda1da882a6ef7b508639df251621a

This commit is contained in:
Dmitry Chernenkov 2024-07-24 15:55:57 +00:00
parent 2754c083cb
commit 8c20d715c0
2 changed files with 3 additions and 0 deletions

View File

@ -7158,6 +7158,7 @@ cc_library(
":DialectUtils",
":FuncDialect",
":IR",
":Pass",
":SPIRVDialect",
":Support",
":TransformUtils",
@ -8319,6 +8320,7 @@ cc_library(
":TransformUtils",
":Transforms",
":UBToSPIRV",
":VectorDialect",
":VectorToSPIRV",
":VectorTransforms",
],

View File

@ -668,6 +668,7 @@ cc_library(
"//mlir:TransformUtils",
"//mlir:Transforms",
"//mlir:VectorDialect",
"//mlir:VectorTransforms",
],
)