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

llvmlistbot at llvm.org llvmlistbot at llvm.org
Tue Nov 18 10:14:05 PST 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-mlir-tosa

Author: Luke Hutton (lhutton1)

<details>
<summary>Changes</summary>

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

---
Full diff: https://github.com/llvm/llvm-project/pull/168581.diff


1 Files Affected:

- (modified) mlir/lib/Dialect/Tosa/Transforms/CMakeLists.txt (+1) 


``````````diff
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
   )

``````````

</details>


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


More information about the Mlir-commits mailing list