[Mlir-commits] [mlir] 7116468 - [mlir] fix shared-libs build
Alex Zinenko
llvmlistbot at llvm.org
Tue Jun 8 02:30:58 PDT 2021
Author: Alex Zinenko
Date: 2021-06-08T11:30:31+02:00
New Revision: 7116468ca9d0ebec1d97d58d99879eaf7e7a3982
URL: https://github.com/llvm/llvm-project/commit/7116468ca9d0ebec1d97d58d99879eaf7e7a3982
DIFF: https://github.com/llvm/llvm-project/commit/7116468ca9d0ebec1d97d58d99879eaf7e7a3982.diff
LOG: [mlir] fix shared-libs build
Added:
Modified:
mlir/lib/Analysis/CMakeLists.txt
Removed:
################################################################################
diff --git a/mlir/lib/Analysis/CMakeLists.txt b/mlir/lib/Analysis/CMakeLists.txt
index 0a2ca03877610..9c55984a3edd6 100644
--- a/mlir/lib/Analysis/CMakeLists.txt
+++ b/mlir/lib/Analysis/CMakeLists.txt
@@ -40,6 +40,7 @@ add_mlir_library(MLIRAnalysis
MLIRAffine
MLIRCallInterfaces
MLIRControlFlowInterfaces
+ MLIRDataLayoutInterfaces
MLIRInferTypeOpInterface
MLIRLinalg
MLIRSCF
More information about the Mlir-commits
mailing list