[Mlir-commits] [mlir] 72b73c9 - [mlir][cmake] Add missing MLIRTestDialect dependency (#125004)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Thu Jan 30 16:09:23 PST 2025
Author: Diego Caballero
Date: 2025-01-30T16:09:19-08:00
New Revision: 72b73c9af694198096b2e0c47a1625e5b94c76a5
URL: https://github.com/llvm/llvm-project/commit/72b73c9af694198096b2e0c47a1625e5b94c76a5
DIFF: https://github.com/llvm/llvm-project/commit/72b73c9af694198096b2e0c47a1625e5b94c76a5.diff
LOG: [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
Added:
Modified:
mlir/test/lib/IR/CMakeLists.txt
Removed:
################################################################################
diff --git a/mlir/test/lib/IR/CMakeLists.txt b/mlir/test/lib/IR/CMakeLists.txt
index e5416da70d5008..eeb9cf1e34fc8c 100644
--- a/mlir/test/lib/IR/CMakeLists.txt
+++ b/mlir/test/lib/IR/CMakeLists.txt
@@ -27,7 +27,11 @@ add_mlir_library(MLIRTestIR
TestVisitorsGeneric.cpp
EXCLUDE_FROM_LIBMLIR
+
+ DEPENDS
+ MLIRTestDialect
)
+
mlir_target_link_libraries(MLIRTestIR PUBLIC
MLIRPass
MLIRBytecodeReader
More information about the Mlir-commits
mailing list