[Mlir-commits] [mlir] [mlir] Fix build after #179039 (PR #179180)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Sun Feb 1 23:46:49 PST 2026
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-mlir
Author: Matthias Springer (matthias-springer)
<details>
<summary>Changes</summary>
Fix build after #<!-- -->179039.
---
Full diff: https://github.com/llvm/llvm-project/pull/179180.diff
1 Files Affected:
- (modified) mlir/lib/Dialect/UB/IR/CMakeLists.txt (+2)
``````````diff
diff --git a/mlir/lib/Dialect/UB/IR/CMakeLists.txt b/mlir/lib/Dialect/UB/IR/CMakeLists.txt
index f1950957e85a0..3baac5045b8db 100644
--- a/mlir/lib/Dialect/UB/IR/CMakeLists.txt
+++ b/mlir/lib/Dialect/UB/IR/CMakeLists.txt
@@ -10,6 +10,8 @@ add_mlir_dialect_library(MLIRUBDialect
MLIRUBOpsInterfacesIncGen
LINK_LIBS PUBLIC
+ MLIRControlFlowInterfaces
MLIRIR
MLIRExecutionProgressOpInterface
+ MLIRSideEffectInterfaces
)
``````````
</details>
https://github.com/llvm/llvm-project/pull/179180
More information about the Mlir-commits
mailing list