[llvm] [lit] Add readfile substitution (PR #158441)

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 15 03:11:18 PDT 2025


================
@@ -834,6 +851,9 @@ def _executeShCmd(cmd, shenv, results, timeoutHelper):
         # Ensure args[0] is hashable.
         args[0] = expand_glob(args[0], cmd_shenv.cwd)[0]
 
+        # Expand all late substitutions
----------------
jh7370 wrote:

```suggestion
        # Expand all late substitutions.
```

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


More information about the llvm-commits mailing list