[Mlir-commits] [mlir] 99cfaf0 - Fix MLIR build when shared library mode is enabled
Mehdi Amini
llvmlistbot at llvm.org
Mon Apr 24 15:13:50 PDT 2023
Author: Mehdi Amini
Date: 2023-04-24T15:13:33-07:00
New Revision: 99cfaf0d5ed68d5d4e292fc87a10b1bb26201787
URL: https://github.com/llvm/llvm-project/commit/99cfaf0d5ed68d5d4e292fc87a10b1bb26201787
DIFF: https://github.com/llvm/llvm-project/commit/99cfaf0d5ed68d5d4e292fc87a10b1bb26201787.diff
LOG: Fix MLIR build when shared library mode is enabled
Added:
Modified:
mlir/lib/Debug/CMakeLists.txt
Removed:
################################################################################
diff --git a/mlir/lib/Debug/CMakeLists.txt b/mlir/lib/Debug/CMakeLists.txt
index 65342beb5bd0..d270eb2e7534 100644
--- a/mlir/lib/Debug/CMakeLists.txt
+++ b/mlir/lib/Debug/CMakeLists.txt
@@ -14,5 +14,6 @@ add_mlir_library(MLIRDebug
${LLVM_PTHREAD_LIB}
MLIRIR
MLIRSupport
+ MLIRObservers
)
More information about the Mlir-commits
mailing list