[Mlir-commits] [mlir] [mlir][CAPI] fix linker again after 82190 (PR #174876)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Wed Jan 7 14:34:43 PST 2026


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-mlir

Author: Maksim Levental (makslevental)

<details>
<summary>Changes</summary>



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


1 Files Affected:

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


``````````diff
diff --git a/mlir/lib/CAPI/Dialect/CMakeLists.txt b/mlir/lib/CAPI/Dialect/CMakeLists.txt
index 7debacea77c37..24474fd758cb0 100644
--- a/mlir/lib/CAPI/Dialect/CMakeLists.txt
+++ b/mlir/lib/CAPI/Dialect/CMakeLists.txt
@@ -380,6 +380,7 @@ add_mlir_upstream_c_api_library(MLIRCAPIShape
   LINK_LIBS PUBLIC
   MLIRCAPIIR
   MLIRShapeDialect
+  MLIRShapeOpsTransforms
 )
 
 add_mlir_upstream_c_api_library(MLIRCAPIShard

``````````

</details>


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


More information about the Mlir-commits mailing list