[PATCH] D34732: Clean temp directories before running lit

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 29 12:46:57 PDT 2017


On Thu, Jun 29, 2017 at 11:20 AM, David Blaikie <dblaikie at gmail.com> wrote:

> Any chance of trying to make the working directory be the child directory
> (output/foo instead of just output/)? That way those symbolize tests would
> be portable to different directories (as they were before since they just
> baked in the universal 'output' subdirectory, which isn't a thing anymore
> with this change)) and different directory layouts like this change in the
> future
>

We could make the test resilient to these changes by doing `RUN: rm -rf %t
&& mkdir -p %t/Output && cd %t/Output`
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170629/9f734ca9/attachment.html>


More information about the llvm-commits mailing list