[libcxx-commits] [libcxx] [llvm] [lit] Remove support for %T (PR #160028)
James Henderson via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Oct 16 01:46:30 PDT 2025
jh7370 wrote:
> For the above to cases I replaced `%T` with `%t.dir` and included a `mkdir -p %t.dir` but it only worked for Linux and NOT for Windows.
There's nothing there that is Windows/Linux specific as far as I know. I assume you can run upstream llvm tests without an issue?
The pattern is used commonly in other tests throughout the llvm tools tests. Given this, I don't think there's enough information in your response to help provide more help. Perhaps try running lit with verbose output, so that you can see that actual paths things expand to. Also, perhaps put a printf or similar in the tool around the site where the error is generated to get it to print the path that is trying to be used. That might help you triage things a bit better.
https://github.com/llvm/llvm-project/pull/160028
More information about the libcxx-commits
mailing list