Skip to content

Commit 2b184c8

Browse files
committed
[bazel] Add missing dependencies for 2542d34
1 parent eb8f379 commit 2b184c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-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
@@ -7408,11 +7408,13 @@ cc_library(
74087408
),
74097409
includes = ["include"],
74107410
deps = [
7411+
":Analysis",
74117412
":ControlFlowInterfaces",
74127413
":FunctionInterfaces",
74137414
":IR",
74147415
":LoopLikeInterface",
74157416
":MemorySlotInterfaces",
7417+
":Pass",
74167418
":Rewrite",
74177419
":SideEffectInterfaces",
74187420
":SubsetOpInterface",

0 commit comments

Comments
 (0)