[PATCH] D30380: Teach lit to expand glob expressions
Mike Aizatsky via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 28 20:19:26 PST 2017
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
More information about the llvm-commits
mailing list