[PATCH] D68834: [lit] Change regex filter to ignore case

Julian Lettner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 10 14:24:33 PDT 2019


yln created this revision.
yln added reviewers: rnk, ddunbar, serge-sans-paille, probinson, jdenny, cishida, nate_chandler, jordan_rose.
Herald added subscribers: llvm-commits, delcypher.
Herald added a project: LLVM.

Make regex filter `--filter=REGEX` option more lenient via
`re.IGNORECASE`.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D68834

Files:
  llvm/utils/lit/lit/cl_arguments.py
  llvm/utils/lit/lit/main.py
  llvm/utils/lit/tests/selecting.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68834.224475.patch
Type: text/x-patch
Size: 3416 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191010/31d4e9b5/attachment.bin>


More information about the llvm-commits mailing list