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

llvmlistbot at llvm.org llvmlistbot at llvm.org
Sun Feb 1 23:51:37 PST 2026


Author: Matthias Springer
Date: 2026-02-02T08:51:32+01:00
New Revision: 48c664b85f8fb043bc113ed0684e156e0f30f1bd

URL: https://github.com/llvm/llvm-project/commit/48c664b85f8fb043bc113ed0684e156e0f30f1bd
DIFF: https://github.com/llvm/llvm-project/commit/48c664b85f8fb043bc113ed0684e156e0f30f1bd.diff

LOG: [mlir] Fix build after #179039 (#179180)

Fix build after #179039.

Added: 
    

Modified: 
    mlir/lib/Dialect/UB/IR/CMakeLists.txt

Removed: 
    


################################################################################
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