[PATCH] D48842: [llvm] Document "%T" as deprecated in CommandGuide/lit.rst
Phabricator via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 24 18:30:00 PDT 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL340677: [llvm] Document "%T" as deprecated in CommandGuide/lit.rst (authored by kuba.brecka, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D48842?vs=154709&id=162530#toc
Repository:
rL LLVM
https://reviews.llvm.org/D48842
Files:
llvm/trunk/docs/CommandGuide/lit.rst
Index: llvm/trunk/docs/CommandGuide/lit.rst
===================================================================
--- llvm/trunk/docs/CommandGuide/lit.rst
+++ llvm/trunk/docs/CommandGuide/lit.rst
@@ -407,7 +407,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.162530.patch
Type: text/x-patch
Size: 488 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180825/4243835c/attachment.bin>
More information about the llvm-commits
mailing list