Skip to content

Commit 553c3c4

Browse files
itfAnthony Tran
authored andcommitted
[bazel] Add //mlir:DialectUtils to TestTransforms for llvm#145376 (llvm#145557)
PR llvm#145376 added #include "mlir/Dialect/Utils/StaticValueUtils.h" to mlir/test/lib/Transforms/TestTransformsOps.cpp . This change fixes the build file.
1 parent 0cd28b5 commit 553c3c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -613,6 +613,7 @@ cc_library(
613613
"//mlir:AffineDialect",
614614
"//mlir:Analysis",
615615
"//mlir:ArithDialect",
616+
"//mlir:DialectUtils",
616617
"//mlir:FuncDialect",
617618
"//mlir:IR",
618619
"//mlir:InliningUtils",

0 commit comments

Comments
 (0)