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

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 14 08:49:49 PDT 2017


rnk added a comment.

In https://reviews.llvm.org/D35396#839505, @kubamracek wrote:

> @rnk will probably know.  What is the story with `mkdir -p %t` on Windows?


It works because LLVM requires Unix core utilities to be available. We have some advice on where to get them tucked away here: https://llvm.org/docs/GettingStartedVS.html#software It should probably be more prominent.


https://reviews.llvm.org/D35396





More information about the llvm-commits mailing list