Commit 46365a0
committed
[llvm][docs] Correct description of %t lit substitution
%t is currently documented as:
temporary file name unique to the test
Which I take to mean if the path is a/b/c/tempfile, then
%t would be tempfile. It is not, it's the whole path.
(which is hinted at by %basename_t, but why would you read
that if you didn't need to use it)
As seen in llvm#164396 this can create confusion when people use
it as if it were just the file name.
Make it clear in the docs that this is the path of a file.1 parent 26feb1a commit 46365a0
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
628 | 628 | | |
629 | 629 | | |
630 | 630 | | |
631 | | - | |
| 631 | + | |
632 | 632 | | |
633 | 633 | | |
634 | 634 | | |
| |||
0 commit comments