[PATCH] D97373: [lit] Introduce LIT_WORKERS environment variable
Jan Svoboda via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 24 13:07:27 PST 2021
jansvoboda11 added a comment.
In D97373#2585720 <https://reviews.llvm.org/D97373#2585720>, @yln wrote:
>> There is no way to specify the number of workers when invoking lit indirectly ...
>
> You could have accomplished this with `LIT_OPTS=--workers=4` instead of adding a dedicated env var.
Ah, I totally missed that in the documentation, thanks for pointing this out.
What's the reason for having granular environment variables then? (e.g. `LIT_FILTER`, `LIT_FILTER_OUT`, `LIT_XFAIL`)
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