[llvm] r340677 - [llvm] Document "%T" as deprecated in CommandGuide/lit.rst

Kuba Mracek via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 24 18:27:48 PDT 2018


Author: kuba.brecka
Date: Fri Aug 24 18:27:48 2018
New Revision: 340677

URL: http://llvm.org/viewvc/llvm-project?rev=340677&view=rev
Log:
[llvm] Document "%T" as deprecated in CommandGuide/lit.rst

Differential Revision: https://reviews.llvm.org/D48842


Modified:
    llvm/trunk/docs/CommandGuide/lit.rst

Modified: llvm/trunk/docs/CommandGuide/lit.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/lit.rst?rev=340677&r1=340676&r2=340677&view=diff
==============================================================================
--- llvm/trunk/docs/CommandGuide/lit.rst (original)
+++ llvm/trunk/docs/CommandGuide/lit.rst Fri Aug 24 18:27:48 2018
@@ -407,7 +407,7 @@ These are defined in TestRunner.py. The
  %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)
  %%         %
  ========== ==============
 




More information about the llvm-commits mailing list