[PATCH] D30380: Teach lit to expand glob expressions
Matthias Braun via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 28 12:56:03 PST 2017
MatzeB added a comment.
In my experience being explicit and mention every thing file instead of globbing is more stable and protects against tests failing because of accidental circumstances like files lying around that are not tracked by version control (anymore?). I haven't looked at the specifics of https://reviews.llvm.org/D30371, but are we really adding a new lit feature to simplify a single test using a bad pattern?
https://reviews.llvm.org/D30380
More information about the llvm-commits
mailing list