[Mlir-commits] [mlir] 130746a - [MLIR] Fix build after #169982 (#170107)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Mon Dec 1 03:37:13 PST 2025


Author: Jan Patrick Lehr
Date: 2025-12-01T12:37:09+01:00
New Revision: 130746addfed03e9a53b62dfc0da47e2c18ee959

URL: https://github.com/llvm/llvm-project/commit/130746addfed03e9a53b62dfc0da47e2c18ee959
DIFF: https://github.com/llvm/llvm-project/commit/130746addfed03e9a53b62dfc0da47e2c18ee959.diff

LOG: [MLIR] Fix build after #169982 (#170107)

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/mlir/lib/Dialect/SCF/IR/CMakeLists.txt b/mlir/lib/Dialect/SCF/IR/CMakeLists.txt
index 423e1c3e1e042..b111117410ba3 100644
--- a/mlir/lib/Dialect/SCF/IR/CMakeLists.txt
+++ b/mlir/lib/Dialect/SCF/IR/CMakeLists.txt
@@ -19,5 +19,5 @@ add_mlir_dialect_library(MLIRSCFDialect
   MLIRSideEffectInterfaces
   MLIRTensorDialect
   MLIRValueBoundsOpInterface
+  MLIRTransformUtils
   )
-


        


More information about the Mlir-commits mailing list