[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 2 10:33:35 PDT 2018
kubamracek created this revision.
kubamracek added reviewers: ddunbar, jdenny, Lekensteyn, MatzeB, rnk.
Repository:
rL LLVM
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 of %t (not unique to the test, deprecated, do not use)
%% %
========== ==============
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48842.153754.patch
Type: text/x-patch
Size: 457 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180702/bdee83f3/attachment.bin>
More information about the llvm-commits
mailing list