[Mlir-commits] [mlir] [PDLL] Add MLIRPDLLParser library to mlir install. (PR #90411)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Sun Apr 28 12:49:11 PDT 2024


https://github.com/IanWood1 created https://github.com/llvm/llvm-project/pull/90411

None

>From 57364d25bfb1b094611e2769d6e3dd4cdf91bf01 Mon Sep 17 00:00:00 2001
From: Ian Wood <ianwood2024 at u.northwestern.edu>
Date: Sun, 28 Apr 2024 19:41:23 +0000
Subject: [PATCH] add MLIRPDLLParser to install

---
 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 7953677d1957ef..2998bc660b4e4d 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