[llvm-branch-commits] [mlir] [mlir][cmake] Add missing MLIRTestDialect dependencies (PR #125834)

Michał Górny via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Feb 5 02:51:16 PST 2025


================
@@ -27,7 +27,11 @@ add_mlir_library(MLIRTestIR
   TestVisitorsGeneric.cpp
 
   EXCLUDE_FROM_LIBMLIR
+
+  DEPENDS
----------------
mgorny wrote:

Don't you need `LINK_LIBS` here too?

https://github.com/llvm/llvm-project/pull/125834


More information about the llvm-branch-commits mailing list