[Mlir-commits] [mlir] [MLIR] Fix build after #169982 (PR #170107)
Jan Patrick Lehr
llvmlistbot at llvm.org
Mon Dec 1 03:31:25 PST 2025
https://github.com/jplehr created https://github.com/llvm/llvm-project/pull/170107
None
>From 57a0fbf19a5f208aee81ed15d830c362ef835e3a Mon Sep 17 00:00:00 2001
From: JP Lehr <JanPatrick.Lehr at amd.com>
Date: Mon, 1 Dec 2025 05:29:49 -0600
Subject: [PATCH] [MLIR] Fix build after #169982
---
mlir/lib/Dialect/SCF/IR/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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