[Mlir-commits] [mlir] 28ab7ff - [mlir] fix shared-lib build
Alex Zinenko
llvmlistbot at llvm.org
Thu Apr 29 04:28:00 PDT 2021
Author: Alex Zinenko
Date: 2021-04-29T13:27:41+02:00
New Revision: 28ab7ff2d732fb0580486baa02b1383a72cec0cb
URL: https://github.com/llvm/llvm-project/commit/28ab7ff2d732fb0580486baa02b1383a72cec0cb
DIFF: https://github.com/llvm/llvm-project/commit/28ab7ff2d732fb0580486baa02b1383a72cec0cb.diff
LOG: [mlir] fix shared-lib build
Added:
Modified:
mlir/lib/Analysis/CMakeLists.txt
Removed:
################################################################################
diff --git a/mlir/lib/Analysis/CMakeLists.txt b/mlir/lib/Analysis/CMakeLists.txt
index 0faf58e48968..d0546628d073 100644
--- a/mlir/lib/Analysis/CMakeLists.txt
+++ b/mlir/lib/Analysis/CMakeLists.txt
@@ -60,6 +60,7 @@ add_mlir_library(MLIRLoopAnalysis
LINK_LIBS PUBLIC
MLIRAffine
+ MLIRAnalysis
MLIRCallInterfaces
MLIRControlFlowInterfaces
MLIRInferTypeOpInterface
More information about the Mlir-commits
mailing list