[PATCH] D31506: lit: support redirect from globs

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 30 13:39:53 PDT 2017


rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.

lgtm



================
Comment at: utils/lit/lit/TestRunner.py:330
+                    if len(name) != 1:
+                       raise InternalShellError(j,"Unsupported redirect with glob")
+                    name = name[0]
----------------
Maybe "glob in redirect expanded to multiple files"?


https://reviews.llvm.org/D31506





More information about the llvm-commits mailing list