Skip to content

Commit 8c20d71

Browse files
author
Dmitry Chernenkov
committed
[Bazel][mlir] Fix Bazel for f83950a
1 parent 2754c08 commit 8c20d71

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

utils/bazel/llvm-project-overlay/mlir/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7158,6 +7158,7 @@ cc_library(
71587158
":DialectUtils",
71597159
":FuncDialect",
71607160
":IR",
7161+
":Pass",
71617162
":SPIRVDialect",
71627163
":Support",
71637164
":TransformUtils",
@@ -8319,6 +8320,7 @@ cc_library(
83198320
":TransformUtils",
83208321
":Transforms",
83218322
":UBToSPIRV",
8323+
":VectorDialect",
83228324
":VectorToSPIRV",
83238325
":VectorTransforms",
83248326
],

utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -668,6 +668,7 @@ cc_library(
668668
"//mlir:TransformUtils",
669669
"//mlir:Transforms",
670670
"//mlir:VectorDialect",
671+
"//mlir:VectorTransforms",
671672
],
672673
)
673674

0 commit comments

Comments
 (0)