[Mlir-commits] [mlir] [MLIR] Fix build after #169982 (PR #170107)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Mon Dec 1 03:31:56 PST 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-mlir-scf
@llvm/pr-subscribers-mlir
Author: Jan Patrick Lehr (jplehr)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/170107.diff
1 Files Affected:
- (modified) mlir/lib/Dialect/SCF/IR/CMakeLists.txt (+1-1)
``````````diff
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
)
-
``````````
</details>
https://github.com/llvm/llvm-project/pull/170107
More information about the Mlir-commits
mailing list