[Mlir-commits] [mlir] [mlir] Fix build after #179039 (PR #179180)

Matthias Springer llvmlistbot at llvm.org
Sun Feb 1 23:46:17 PST 2026


https://github.com/matthias-springer created https://github.com/llvm/llvm-project/pull/179180

Fix build after #179039.


>From 6c4f95b1fc3144a5b4f09259b0122b56629e8093 Mon Sep 17 00:00:00 2001
From: Matthias Springer <me at m-sp.org>
Date: Mon, 2 Feb 2026 07:45:26 +0000
Subject: [PATCH] [mlir] Fix build after #179039

---
 mlir/lib/Dialect/UB/IR/CMakeLists.txt | 2 ++
 1 file changed, 2 insertions(+)

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
   )



More information about the Mlir-commits mailing list