Fix MLIR build when shared library mode is enabled
authorMehdi Amini <joker.eph@gmail.com>
Mon, 24 Apr 2023 22:13:15 +0000 (15:13 -0700)
committerMehdi Amini <joker.eph@gmail.com>
Mon, 24 Apr 2023 22:13:33 +0000 (15:13 -0700)
mlir/lib/Debug/CMakeLists.txt

index 65342be..d270eb2 100644 (file)
@@ -14,5 +14,6 @@ add_mlir_library(MLIRDebug
   ${LLVM_PTHREAD_LIB}
   MLIRIR
   MLIRSupport
+  MLIRObservers
 )