[Mlir-commits] [mlir] [mlir][python] automatic location inference (PR #151246)

Maksim Levental llvmlistbot at llvm.org
Thu Jul 31 11:58:15 PDT 2025


================
@@ -0,0 +1,2 @@
+if "Windows" in config.host_os:
+    config.excludes.add("auto_location.py")
----------------
makslevental wrote:

okay handled windows testing but gated on `python.version >= 3.11` using `REQUIRES`

https://github.com/llvm/llvm-project/pull/151246


More information about the Mlir-commits mailing list