]> granicus.if.org Git - llvm/commit
Teach lit to expand glob expressions.
authorZachary Turner <zturner@google.com>
Fri, 3 Mar 2017 18:55:24 +0000 (18:55 +0000)
committerZachary Turner <zturner@google.com>
Fri, 3 Mar 2017 18:55:24 +0000 (18:55 +0000)
commit985631dcc8fd08773ed37966e10f715a449687dc
treed83d69fe328371140766b5d5101b423fd68c7484
parentab26ff431c7771930ac61e5e18589d4a95a8373d
Teach lit to expand glob expressions.

This will enable removing hacks throughout the codebase
in clang and compiler-rt that feed multiple inputs to a
testing utility by globbing, all of which are either disabled
on Windows currently or using xargs / find hacks.

Differential Revision: https://reviews.llvm.org/D30380

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@296904 91177308-0d34-0410-b5e6-96231b3b80d8
test/Other/Inputs/glob-input [new file with mode: 0644]
test/Other/lit-globbing.ll [new file with mode: 0644]
utils/lit/lit/ShCommands.py
utils/lit/lit/ShUtil.py
utils/lit/lit/TestRunner.py