[llvm] [llvm][docs] Correct description of %t lit substitution (PR #164397)
David Spickett via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 21 04:12:01 PDT 2025
================
@@ -628,7 +628,7 @@ TestRunner.py:
%{fs-src-root} root component of file system paths pointing to the LLVM checkout
%{fs-tmp-root} root component of file system paths pointing to the test's temporary directory
%{fs-sep} file system path separator
- %t temporary file name unique to the test
+ %t the path of a temporary file unique to the test
----------------
DavidSpickett wrote:
True, you can even make a dir with it. I'll reword it again.
https://github.com/llvm/llvm-project/pull/164397
More information about the llvm-commits
mailing list