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

Julian Lettner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 24 12:00:39 PST 2021


yln added a comment.

> 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.


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