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

Maksim Levental llvmlistbot at llvm.org
Wed Jul 30 07:31:42 PDT 2025


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

This actually works fine on Windows but the paths are different and I can't figure out how to massage the lit `RUN` lines to selectively do something on different on Windows vs Linux.

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


More information about the Mlir-commits mailing list