Skip to content

Commit 0eae457

Browse files
committed
[bazel] Add missing deps for 9ca4664
1 parent 8355162 commit 0eae457

File tree

1 file changed

+4
-0
lines changed
  • utils/bazel/llvm-project-overlay/mlir/unittests

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,11 +173,15 @@ cc_test(
173173
"Dialect/SCF/*.cpp",
174174
]),
175175
deps = [
176+
"//mlir:AffineDialect",
176177
"//mlir:ArithDialect",
178+
"//mlir:DialectUtils",
177179
"//mlir:FuncDialect",
178180
"//mlir:IR",
181+
"//mlir:LoopLikeInterface",
179182
"//mlir:Parser",
180183
"//mlir:SCFDialect",
184+
"//mlir:SCFUtils",
181185
"//mlir:SideEffectInterfaces",
182186
"//third-party/unittest:gtest",
183187
"//third-party/unittest:gtest_main",

0 commit comments

Comments
 (0)