[llvm] [lit] Fix to make "RUN: env PATH=..." work as intended (PR #165308)

Alexander Richardson via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 28 04:54:55 PDT 2025


================
@@ -0,0 +1,4 @@
+#!/bin/sh
----------------
arichardson wrote:

Would making this a python script allow it to work on windows and avoid the /bin/sh dependency? This should be testable in pre-commit ci so you wouldn't need a windows system. 

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


More information about the llvm-commits mailing list