[PATCH] D30380: Teach lit to expand glob expressions

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 28 16:10:19 PST 2017


rnk added a comment.

I don't think we can do this glob expansion in advance. We'd want to do it at the last minute before we do the subprocess.Popen call, to make it behave as consistently as possible with a real shell. If we can't do that, I'd rather keep using find+xargs. It's portable enough for most purposes.


https://reviews.llvm.org/D30380





More information about the llvm-commits mailing list