[PATCH] D58318: [lit][NFC] Use consistent name for "run in parallel" concept

Julian Lettner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 15 18:20:24 PST 2019


yln created this revision.
Herald added subscribers: llvm-commits, jdoerfert, delcypher.
Herald added a reviewer: serge-sans-paille.
Herald added a project: LLVM.

Lit used threads to run tests in parallel a long time ago. Today we use
multiprocessing.Pool which uses processes. Let's stay more abstract and
use "worker" everywhere.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D58318

Files:
  llvm/utils/lit/lit/main.py
  llvm/utils/lit/lit/run.py
  llvm/utils/lit/tests/discovery.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58318.187123.patch
Type: text/x-patch
Size: 6769 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190216/d8d376e5/attachment.bin>


More information about the llvm-commits mailing list