[PATCH] D35396: [lit] Remove %T

David Wiberg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 20 22:49:07 PDT 2017


dwiberg added a comment.

In https://reviews.llvm.org/D35396#840758, @rnk wrote:

> 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.


One thing to note here is that even if the GnuWin32 tools are available in PATH, if you type `mkdir` in a console window you seem to get the Windows version.


https://reviews.llvm.org/D35396





More information about the llvm-commits mailing list