[PATCH] D30380: Teach lit to expand glob expressions

Zachary Turner via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 28 20:31:17 PST 2017


Yea that is a good point, I'll think about this some more
On Tue, Feb 28, 2017 at 8:19 PM Mike Aizatsky via Phabricator <
reviews at reviews.llvm.org> wrote:

> aizatsky added a comment.
>
> PID is one of the reason there's '*' in compiler-rt tests: runtime
> information is often dumped in <basename>-<pid> files. These files are then
> fed to analysis tools by using '<basename>-*' shell glob.
>
> If new glob expansion is made before RUN line execution, it won't find any
> of those files.
>
>
> https://reviews.llvm.org/D30380
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170301/63cf7c67/attachment.html>


More information about the llvm-commits mailing list