[Mlir-commits] [mlir] [mlir][Python] create MLIRPythonSupport (PR #171775)
Oleksandr Alex Zinenko
llvmlistbot at llvm.org
Fri Dec 26 08:28:13 PST 2025
================
@@ -228,22 +228,27 @@ endfunction()
# aggregate dylib that is linked against.
function(declare_mlir_python_extension name)
cmake_parse_arguments(ARG
- ""
- "ROOT_DIR;MODULE_NAME;ADD_TO_PARENT"
+ "SUPPORT_LIB"
+ "ROOT_DIR;MODULE_NAME;ADD_TO_PARENT;SOURCES_TYPE"
----------------
ftynse wrote:
Do we need to list `SOURCES_TYPE` here? I don't see `ARG_SOURCES_TYPE` used anywhere...
https://github.com/llvm/llvm-project/pull/171775
More information about the Mlir-commits
mailing list