diff options
| author | David Spickett <david.spickett@linaro.org> | 2025-10-24 10:05:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-24 10:05:22 +0100 |
| commit | ed87795aa6a0ea7bc49cd9257ff363e220f35872 (patch) | |
| tree | 07b426ccd5a582f378dbd81cbf6cb8d7a8912eca /lldb/packages/Python/lldbsuite/test/gdbclientutils.py | |
| parent | 86a2073b5bf5f0b44573b8f7e600040a8cdc8bc2 (diff) | |
| download | llvm-ed87795aa6a0ea7bc49cd9257ff363e220f35872.zip llvm-ed87795aa6a0ea7bc49cd9257ff363e220f35872.tar.gz llvm-ed87795aa6a0ea7bc49cd9257ff363e220f35872.tar.bz2 | |
[llvm][docs] Correct description of %t lit substitution (#164397)
%t is currently documented as:
temporary file name unique to the test
https://llvm.org/docs/CommandGuide/lit.html#substitutions
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 #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 a unique path, which can be used
to make files or folders.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/gdbclientutils.py')
0 files changed, 0 insertions, 0 deletions
