[PATCH] D97373: [lit] Introduce LIT_WORKERS environment variable

Julian Lettner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 24 13:24:32 PST 2021


yln added a comment.

In D97373#2585852 <https://reviews.llvm.org/D97373#2585852>, @jansvoboda11 wrote:

> What's the reason for having granular environment variables then? (e.g. `LIT_FILTER`, `LIT_FILTER_OUT`, `LIT_XFAIL`)

`LIT_FILTER` predates `LIT_OPTS` and the others were added for convenience I guess (not too happy about that).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97373



More information about the llvm-commits mailing list