[Mlir-commits] [mlir] 2b55e14 - [mlir] fix python bindings cmake
Alex Zinenko
llvmlistbot at llvm.org
Wed Oct 13 08:29:51 PDT 2021
Author: Alex Zinenko
Date: 2021-10-13T17:29:45+02:00
New Revision: 2b55e1438475d67a295ec7aabe01e526ae21ed91
URL: https://github.com/llvm/llvm-project/commit/2b55e1438475d67a295ec7aabe01e526ae21ed91
DIFF: https://github.com/llvm/llvm-project/commit/2b55e1438475d67a295ec7aabe01e526ae21ed91.diff
LOG: [mlir] fix python bindings cmake
Added:
Modified:
mlir/python/CMakeLists.txt
Removed:
################################################################################
diff --git a/mlir/python/CMakeLists.txt b/mlir/python/CMakeLists.txt
index ed4eb6c1a7fa..8c60a31b0cd7 100644
--- a/mlir/python/CMakeLists.txt
+++ b/mlir/python/CMakeLists.txt
@@ -108,7 +108,9 @@ declare_mlir_dialect_python_bindings(
ADD_TO_PARENT MLIRPythonSources.Dialects
ROOT_DIR "${CMAKE_CURRENT_SOURCE_DIR}/mlir"
TD_FILE dialects/MemRefOps.td
- SOURCES dialects/memref.py
+ SOURCES
+ dialects/memref.py
+ dialects/_memref_ops_ext.py
DIALECT_NAME memref)
declare_mlir_dialect_python_bindings(
More information about the Mlir-commits
mailing list