[Mlir-commits] [mlir] [mlir][mesh] Add missing link lib that breaks shared libs build (PR #74359)
Boian Petkantchin
llvmlistbot at llvm.org
Mon Dec 4 11:14:26 PST 2023
https://github.com/sogartar created https://github.com/llvm/llvm-project/pull/74359
None
>From 2753fca5da9cb5b0d65ec537ad09c52c6639b222 Mon Sep 17 00:00:00 2001
From: Boian Petkantchin <boian.petkantchin at amd.com>
Date: Mon, 4 Dec 2023 11:13:14 -0800
Subject: [PATCH] [mlir][mesh] Add missing link lib that breaks shared libs
build
---
mlir/lib/Dialect/Mesh/IR/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/mlir/lib/Dialect/Mesh/IR/CMakeLists.txt b/mlir/lib/Dialect/Mesh/IR/CMakeLists.txt
index 700e6e21f36b6..634a94f8cec87 100644
--- a/mlir/lib/Dialect/Mesh/IR/CMakeLists.txt
+++ b/mlir/lib/Dialect/Mesh/IR/CMakeLists.txt
@@ -13,4 +13,5 @@ add_mlir_dialect_library(MLIRMeshDialect
MLIRArithDialect
MLIRIR
MLIRSupport
+ MLIRViewLikeInterface
)
More information about the Mlir-commits
mailing list