[Mlir-commits] [mlir] 649c2f6 - [mlir][mlir-query] Fix shared build. NFC

Michael Liao llvmlistbot at llvm.org
Sat Oct 14 08:15:59 PDT 2023


Author: Michael Liao
Date: 2023-10-14T11:15:50-04:00
New Revision: 649c2f6c1081a0706963a5d09478223a7faaa504

URL: https://github.com/llvm/llvm-project/commit/649c2f6c1081a0706963a5d09478223a7faaa504
DIFF: https://github.com/llvm/llvm-project/commit/649c2f6c1081a0706963a5d09478223a7faaa504.diff

LOG: [mlir][mlir-query] Fix shared build. NFC

Added: 
    

Modified: 
    mlir/lib/Query/Matcher/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/mlir/lib/Query/Matcher/CMakeLists.txt b/mlir/lib/Query/Matcher/CMakeLists.txt
index 6afd24722bb70ce..3adff9f99243f40 100644
--- a/mlir/lib/Query/Matcher/CMakeLists.txt
+++ b/mlir/lib/Query/Matcher/CMakeLists.txt
@@ -7,4 +7,8 @@ add_mlir_library(MLIRQueryMatcher
 
   ADDITIONAL_HEADER_DIRS
   ${MLIR_MAIN_INCLUDE_DIR}/mlir/Query/Matcher
+
+  LINK_LIBS PUBLIC
+  MLIRIR
+  MLIRParser
   )


        


More information about the Mlir-commits mailing list