Skip to content

Commit b7e472c

Browse files
authored
[mlir][bazel] Fix build after 46672c1.
1 parent f4d60e2 commit b7e472c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8389,8 +8389,9 @@ cc_library(
83898389
":ArithDialect",
83908390
":ConversionPassIncGen",
83918391
":EmitCDialect",
8392-
":PDLLAST",
8392+
":IR",
83938393
":Pass",
8394+
":Support",
83948395
":TransformUtils",
83958396
],
83968397
)

0 commit comments

Comments
 (0)