[llvm] [mlir] [mlir] Add config for PDL (PR #69927)
Mehdi Amini via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 19 03:05:01 PST 2023
================
@@ -1,11 +1,11 @@
add_subdirectory(lsp-server-support)
add_subdirectory(mlir-lsp-server)
add_subdirectory(mlir-opt)
-add_subdirectory(mlir-pdll-lsp-server)
add_subdirectory(mlir-query)
add_subdirectory(mlir-reduce)
add_subdirectory(mlir-tblgen)
add_subdirectory(mlir-translate)
add_subdirectory(PDLL)
+add_subdirectory(mlir-pdll-lsp-server)
----------------
joker-eph wrote:
Revert: no changes other than this in this file.
https://github.com/llvm/llvm-project/pull/69927
More information about the llvm-commits
mailing list