[Mlir-commits] [llvm] [mlir] [mlir] Add config for PDL (PR #69927)
Mehdi Amini
llvmlistbot at llvm.org
Sat Dec 9 20:29:58 PST 2023
================
@@ -180,10 +182,10 @@ include_directories( ${MLIR_INCLUDE_DIR})
# from another directory like tools
add_subdirectory(tools/mlir-tblgen)
add_subdirectory(tools/mlir-linalg-ods-gen)
-add_subdirectory(tools/mlir-pdll)
-
set(MLIR_TABLEGEN_EXE "${MLIR_TABLEGEN_EXE}" CACHE INTERNAL "")
set(MLIR_TABLEGEN_TARGET "${MLIR_TABLEGEN_TARGET}" CACHE INTERNAL "")
+
+add_subdirectory(tools/mlir-pdll)
----------------
joker-eph wrote:
Why the move here? Can you keep all the "tools" together by moving them here?
https://github.com/llvm/llvm-project/pull/69927
More information about the Mlir-commits
mailing list