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

llvmlistbot at llvm.org llvmlistbot at llvm.org
Wed Nov 19 01:33:27 PST 2025


Author: Luke Hutton
Date: 2025-11-19T09:33:22Z
New Revision: a2af185b96071154b93f6c00319feee9b1f270f4

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

LOG: [mlir][tosa] Fix linker failure in build bots introduced by #165581 (#168581)

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

Added: 
    

Modified: 
    mlir/lib/Dialect/Tosa/Transforms/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/mlir/lib/Dialect/Tosa/Transforms/CMakeLists.txt b/mlir/lib/Dialect/Tosa/Transforms/CMakeLists.txt
index 76e9ddd5b2304..4aa5b4523bbe6 100644
--- a/mlir/lib/Dialect/Tosa/Transforms/CMakeLists.txt
+++ b/mlir/lib/Dialect/Tosa/Transforms/CMakeLists.txt
@@ -26,4 +26,5 @@ add_mlir_dialect_library(MLIRTosaTransforms
   MLIRPass
   MLIRTosaDialect
   MLIRTransformUtils
+  MLIRFuncTransforms
   )


        


More information about the Mlir-commits mailing list