[Mlir-commits] [mlir] [MLIR] [PDLL] Check linkage and install MLIRPDLLParser (PR #154677)

Shenghang Tsai llvmlistbot at llvm.org
Mon Sep 1 20:52:19 PDT 2025


https://github.com/jackalcooper updated https://github.com/llvm/llvm-project/pull/154677

>From f823cdd8db80c839356e6ff6c2730dde179f41fe Mon Sep 17 00:00:00 2001
From: jackalcooper <jackalcooper at gmail.com>
Date: Thu, 21 Aug 2025 14:13:18 +0800
Subject: [PATCH] Check linkage and install MLIRPDLLParser

---
 mlir/lib/Tools/PDLL/Parser/CMakeLists.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/mlir/lib/Tools/PDLL/Parser/CMakeLists.txt b/mlir/lib/Tools/PDLL/Parser/CMakeLists.txt
index 7953677d1957e..2998bc660b4e4 100644
--- a/mlir/lib/Tools/PDLL/Parser/CMakeLists.txt
+++ b/mlir/lib/Tools/PDLL/Parser/CMakeLists.txt
@@ -15,3 +15,7 @@ llvm_add_library(MLIRPDLLParser STATIC
   MLIRSupport
   MLIRTableGen
   )
+
+mlir_check_all_link_libraries(MLIRPDLLParser)
+
+add_mlir_library_install(MLIRPDLLParser)



More information about the Mlir-commits mailing list