[Mlir-commits] [mlir] [mlir][reducer] Fix the reduce undefined symbol problem (PR #189148)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Sat Mar 28 00:57:14 PDT 2026


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-mlir-core

@llvm/pr-subscribers-mlir

Author: lonely eagle (linuxlonelyeagle)

<details>
<summary>Changes</summary>

To fix the bot https://lab.llvm.org/buildbot/#/builders/138/builds/27662 build failed by Adding MLIRControlFlowDialect to MLIRReduce.

---
Full diff: https://github.com/llvm/llvm-project/pull/189148.diff


1 Files Affected:

- (modified) mlir/lib/Reducer/CMakeLists.txt (+1) 


``````````diff
diff --git a/mlir/lib/Reducer/CMakeLists.txt b/mlir/lib/Reducer/CMakeLists.txt
index 68864e373c993..b18a4bca04fcb 100644
--- a/mlir/lib/Reducer/CMakeLists.txt
+++ b/mlir/lib/Reducer/CMakeLists.txt
@@ -9,6 +9,7 @@ add_mlir_library(MLIRReduce
    MLIRPass
    MLIRRewrite
    MLIRTransformUtils
+   MLIRControlFlowDialect
 
    DEPENDS
    MLIRReducerIncGen

``````````

</details>


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


More information about the Mlir-commits mailing list