[Mlir-commits] [mlir] [MLIR] Add missing MLIRLinalgTransforms to LinalgToStandard conv (PR #84545)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Fri Mar 8 11:32:47 PST 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-mlir
Author: Thomas Preud'homme (RoboTux)
<details>
<summary>Changes</summary>
This fixes a failure when doing a clean build of
lib/libMLIRLinalgToStandard.a only.
---
Full diff: https://github.com/llvm/llvm-project/pull/84545.diff
1 Files Affected:
- (modified) mlir/lib/Conversion/LinalgToStandard/CMakeLists.txt (+1)
``````````diff
diff --git a/mlir/lib/Conversion/LinalgToStandard/CMakeLists.txt b/mlir/lib/Conversion/LinalgToStandard/CMakeLists.txt
index 0c8816b65d194e..cbe85789b29a37 100644
--- a/mlir/lib/Conversion/LinalgToStandard/CMakeLists.txt
+++ b/mlir/lib/Conversion/LinalgToStandard/CMakeLists.txt
@@ -14,6 +14,7 @@ add_mlir_conversion_library(MLIRLinalgToStandard
MLIRFuncDialect
MLIRIR
MLIRLinalgDialect
+ MLIRLinalgTransforms
MLIRMemRefDialect
MLIRPass
MLIRSCFDialect
``````````
</details>
https://github.com/llvm/llvm-project/pull/84545
More information about the Mlir-commits
mailing list