[Mlir-commits] [mlir] c86d896 - [mlir][Interfaces] Fix shared build. NFC
Michael Liao
llvmlistbot at llvm.org
Fri Sep 8 11:28:00 PDT 2023
Author: Michael Liao
Date: 2023-09-08T14:27:35-04:00
New Revision: c86d8963cae8947f7026c175cb615087f3e401a4
URL: https://github.com/llvm/llvm-project/commit/c86d8963cae8947f7026c175cb615087f3e401a4
DIFF: https://github.com/llvm/llvm-project/commit/c86d8963cae8947f7026c175cb615087f3e401a4.diff
LOG: [mlir][Interfaces] Fix shared build. NFC
Added:
Modified:
mlir/lib/Interfaces/CMakeLists.txt
Removed:
################################################################################
diff --git a/mlir/lib/Interfaces/CMakeLists.txt b/mlir/lib/Interfaces/CMakeLists.txt
index 69a65c1e24980d9..6067a7d8a62926d 100644
--- a/mlir/lib/Interfaces/CMakeLists.txt
+++ b/mlir/lib/Interfaces/CMakeLists.txt
@@ -98,6 +98,7 @@ add_mlir_library(MLIRValueBoundsOpInterface
LINK_LIBS PUBLIC
MLIRAnalysis
+ MLIRDestinationStyleOpInterface
MLIRIR
)
More information about the Mlir-commits
mailing list