From 7116468ca9d0ebec1d97d58d99879eaf7e7a3982 Mon Sep 17 00:00:00 2001 From: Alex Zinenko Date: Tue, 8 Jun 2021 11:30:31 +0200 Subject: [PATCH] [mlir] fix shared-libs build --- mlir/lib/Analysis/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/mlir/lib/Analysis/CMakeLists.txt b/mlir/lib/Analysis/CMakeLists.txt index 0a2ca03..9c55984 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 -- 2.7.4