[PATCH] D35396: [lit] Make %T return a per-test temporary directory

Kuba (Brecka) Mracek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 14 08:19:26 PDT 2017


kubamracek added a comment.

I'm not suggesting to `mkdir` a new directory for each test.  `%T` will point to a non-existent directory, just like `%t` points to a non-existent file.  If the tests wants to use `%T`, it will have to `mkdir` it.


Repository:
  rL LLVM

https://reviews.llvm.org/D35396





More information about the llvm-commits mailing list