[Mlir-commits] [mlir] [mlir][Python] create MLIRPythonSupport (PR #171775)
Maksim Levental
llvmlistbot at llvm.org
Fri Dec 26 13:59:55 PST 2025
================
@@ -297,6 +302,51 @@ function(_mlir_python_install_sources name source_root_dir destination)
)
endfunction()
+function(build_nanobind_lib)
+ cmake_parse_arguments(ARG
+ ""
+ "INSTALL_COMPONENT;INSTALL_DESTINATION;OUTPUT_DIRECTORY"
+ ""
+ ${ARGN})
+
+ if (NB_ABI MATCHES "[0-9]t")
+ set(_ft "-ft")
+ endif()
----------------
makslevental wrote:
done
https://github.com/llvm/llvm-project/pull/171775
More information about the Mlir-commits
mailing list