Skip to content

Commit 72b73c9

Browse files
authored
[mlir][cmake] Add missing MLIRTestDialect dependency (#125004)
Hopefully this will fix the flaky build issue that we have in one of the bots: https://lab.llvm.org/buildbot/#/builders/50/builds/9532
1 parent 50a5c4f commit 72b73c9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mlir/test/lib/IR/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,11 @@ add_mlir_library(MLIRTestIR
2727
TestVisitorsGeneric.cpp
2828

2929
EXCLUDE_FROM_LIBMLIR
30+
31+
DEPENDS
32+
MLIRTestDialect
3033
)
34+
3135
mlir_target_link_libraries(MLIRTestIR PUBLIC
3236
MLIRPass
3337
MLIRBytecodeReader

0 commit comments

Comments
 (0)