[Mlir-commits] [mlir] [mlir] Add missing add_mlir_library_install() to tool libraries (PR #140880)

Mehdi Amini llvmlistbot at llvm.org
Thu May 22 02:53:12 PDT 2025


================
@@ -15,3 +15,5 @@ llvm_add_library(MLIRPDLLParser STATIC
   MLIRSupport
   MLIRTableGen
   )
+
+add_mlir_library_install(MLIRPDLLParser)
----------------
joker-eph wrote:

Maybe we don't want them in libMLIR.so for some reasons?

https://github.com/llvm/llvm-project/pull/140880


More information about the Mlir-commits mailing list