mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-18 19:26:45 +00:00
[Bazel][mlir] Fix Bazel for f83950ab8dfda1da882a6ef7b508639df251621a
This commit is contained in:
parent
2754c083cb
commit
8c20d715c0
@ -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",
|
||||
],
|
||||
|
@ -668,6 +668,7 @@ cc_library(
|
||||
"//mlir:TransformUtils",
|
||||
"//mlir:Transforms",
|
||||
"//mlir:VectorDialect",
|
||||
"//mlir:VectorTransforms",
|
||||
],
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user