[PATCH] D78245: [LIT] Make `%T` unique for every test

Daniel Sanders via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 29 14:00:52 PDT 2020


dsanders added a comment.

In D78245#2010879 <https://reviews.llvm.org/D78245#2010879>, @thakis wrote:

> > @thakis  Could you link to previous discussions about `%T`? I'm sure there are reasons for the way things are today, but I'd like to understand them.
>
> I remember reading the discussion, but I failed to find it just now. @dsanders added the docs that say "deprecated"; maybe he remembers where the thread on moving off %T was?


I only added more whitespace to the line to make `%{/s:regex_replacement}` fit in the column. The bit about %T being deprecated was added in:
commit a2e0c2462a5ed4ddabab03dfddb97efc54682bde
Author: Kuba Mracek <mracek at apple.com>
Date:   Sat Aug 25 01:27:48 2018 +0000

  [llvm] Document "%T" as deprecated in CommandGuide/lit.rst
  
  Differential Revision: https://reviews.llvm.org/D48842
  
  llvm-svn: 340677


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78245/new/

https://reviews.llvm.org/D78245





More information about the llvm-commits mailing list