[PATCH] D34732: Clean temp directories before running lit

David Blaikie via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 29 11:20:10 PDT 2017


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

On Thu, Jun 29, 2017, 10:08 AM Zachary Turner via Phabricator <
reviews at reviews.llvm.org> wrote:

> zturner updated this revision to Diff 104672.
> zturner added a comment.
>
> Update with suggestions from rnk.  With this patch all tests pass.
>
>
> https://reviews.llvm.org/D34732
>
> Files:
>   llvm/test/DebugInfo/Inputs/split-dwarf-addr-object-relocation.cpp
>   llvm/test/DebugInfo/Inputs/split-dwarf-addr-object-relocation.dwo
>   llvm/test/DebugInfo/Inputs/split-dwarf-addr-object-relocation.o
>   llvm/test/DebugInfo/Inputs/split-dwarf-multiple-cu.dwo
>   llvm/test/DebugInfo/Inputs/split-dwarf-multiple-cu.o
>   llvm/test/DebugInfo/Inputs/split-dwarf-multiple-cu1.cpp
>   llvm/test/DebugInfo/Inputs/split-dwarf-multiple-cu2.cpp
>   llvm/test/DebugInfo/Inputs/split-dwarf-test
>   llvm/test/DebugInfo/Inputs/split-dwarf-test.dwo
>   llvm/test/DebugInfo/llvm-symbolizer.test
>   llvm/test/Other/lit-globbing.ll
>   llvm/test/Unit/lit.cfg
>   llvm/utils/lit/lit/Test.py
>   llvm/utils/lit/lit/TestRunner.py
>   llvm/utils/lit/lit/run.py
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170629/fdc52817/attachment.html>


More information about the llvm-commits mailing list