[Mlir-commits] [mlir] [mlir][tosa] Fix linker failure in build bots introduced by #165581 (PR #168581)

Luke Hutton llvmlistbot at llvm.org
Tue Nov 18 10:13:29 PST 2025


https://github.com/lhutton1 created https://github.com/llvm/llvm-project/pull/168581

This commit fixes linker failures evident on some failing build bots.

>From 63ebb1a987fe5816e94630ef95589aab7bd72aac Mon Sep 17 00:00:00 2001
From: Luke Hutton <luke.hutton at arm.com>
Date: Tue, 18 Nov 2025 17:59:50 +0000
Subject: [PATCH] [mlir][tosa] Fix linker failure in build bots introduced by
 #165581

This commit fixes linker failures evident on some failing build bots.

Change-Id: I0af2eed09cc0c99418e6e8b5b427557ba9ac8bc3
---
 mlir/lib/Dialect/Tosa/Transforms/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mlir/lib/Dialect/Tosa/Transforms/CMakeLists.txt b/mlir/lib/Dialect/Tosa/Transforms/CMakeLists.txt
index 987ce4ed870c9..f5f8e41fd83a8 100644
--- a/mlir/lib/Dialect/Tosa/Transforms/CMakeLists.txt
+++ b/mlir/lib/Dialect/Tosa/Transforms/CMakeLists.txt
@@ -25,4 +25,5 @@ add_mlir_dialect_library(MLIRTosaTransforms
   MLIRPass
   MLIRTosaDialect
   MLIRTransformUtils
+  MLIRFuncTransforms
   )



More information about the Mlir-commits mailing list