[PATCH] D48842: [llvm] Document "%T" as deprecated in CommandGuide/lit.rst
    Kuba (Brecka) Mracek via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Jul  9 15:05:47 PDT 2018
    
    
  
kubamracek updated this revision to Diff 154709.
https://reviews.llvm.org/D48842
Files:
  docs/CommandGuide/lit.rst
Index: docs/CommandGuide/lit.rst
===================================================================
--- docs/CommandGuide/lit.rst
+++ docs/CommandGuide/lit.rst
@@ -403,7 +403,7 @@
  %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)
  %%         %
  ========== ==============
 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48842.154709.patch
Type: text/x-patch
Size: 455 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180709/679f483b/attachment.bin>
    
    
More information about the llvm-commits
mailing list