[libcxx] [llvm] [lit] Remove support for %T (PR #160028)
Abhishek Varma via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 8 06:10:01 PDT 2025
Abhishek-Varma wrote:
Hi @boomanaiden154
Based on this PR I tried adapting one of our downstream projects but failed.
So, I replaced `%T` with `%t.dir` - this worked for Linux but failed on Windows.
I then tried replacing `%T` with `%{fs-tmp-root}` but to no avail.
Can you please guide on how the downstream projects should adapt to this change ?
https://github.com/llvm/llvm-project/pull/160028
More information about the llvm-commits
mailing list