[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:52:57 PDT 2025
================
@@ -15,3 +15,5 @@ llvm_add_library(MLIRPDLLParser STATIC
MLIRSupport
MLIRTableGen
)
+
+add_mlir_library_install(MLIRPDLLParser)
----------------
joker-eph wrote:
If all the other libs in `mlir/lib` are using `add_mlir_library()` then I'm not sure why these aren't indeed.
https://github.com/llvm/llvm-project/pull/140880
More information about the Mlir-commits
mailing list