summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide/lit.rst
diff options
context:
space:
mode:
authorKuba Mracek <mracek@apple.com>2018-08-25 01:27:48 +0000
committerKuba Mracek <mracek@apple.com>2018-08-25 01:27:48 +0000
commita2e0c2462a5ed4ddabab03dfddb97efc54682bde (patch)
tree18ed0a51f0d3555c79cf893484d54e89d0a0138b /llvm/docs/CommandGuide/lit.rst
parent314614ad4f20edff4c872525ef5d94a72cc9f8b5 (diff)
downloadbcm5719-llvm-a2e0c2462a5ed4ddabab03dfddb97efc54682bde.tar.gz
bcm5719-llvm-a2e0c2462a5ed4ddabab03dfddb97efc54682bde.zip
[llvm] Document "%T" as deprecated in CommandGuide/lit.rst
Differential Revision: https://reviews.llvm.org/D48842 llvm-svn: 340677
Diffstat (limited to 'llvm/docs/CommandGuide/lit.rst')
-rw-r--r--llvm/docs/CommandGuide/lit.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/lit.rst b/llvm/docs/CommandGuide/lit.rst
index 0d39311152d..e0d09ae977d 100644
--- a/llvm/docs/CommandGuide/lit.rst
+++ b/llvm/docs/CommandGuide/lit.rst
@@ -407,7 +407,7 @@ These are defined in TestRunner.py. The base set of substitutions are:
%p same as %S
%{pathsep} path separator
%t temporary file name unique to the test
- %T temporary directory unique to the test
+ %T parent directory of %t (not unique, deprecated, do not use)
%% %
========== ==============
OpenPOWER on IntegriCloud