[PATCH] D48842: [llvm] Document "%T" as deprecated in CommandGuide/lit.rst

Joel E. Denny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 2 12:33:26 PDT 2018


jdenny added inline comments.


================
Comment at: docs/CommandGuide/lit.rst:406
  %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)
  %%         %
----------------
I'd prefer "parent directory".

Otherwise, LGTM.  I can accept unless you know of someone else who will want to take a look first.


Repository:
  rL LLVM

https://reviews.llvm.org/D48842





More information about the llvm-commits mailing list