[PATCH] D58817: Add wildcard support to all update_*_test_checks.py scripts (PR37500)

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 2 03:32:31 PST 2019


RKSimon added a comment.

In D58817#1416064 <https://reviews.llvm.org/D58817#1416064>, @MaskRay wrote:

> Doesn't the shell glob files for you?


Not on windows (which is what I care about) and probably others. Bash usually works, although I've seen problems with subfolder expansion on git bash - haven't tested much else.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58817/new/

https://reviews.llvm.org/D58817





More information about the llvm-commits mailing list