This is an archive of the discontinued LLVM Phabricator instance.

[lit][NFC] Use consistent name for "run in parallel" concept
AbandonedPublic

Authored by yln on Feb 15 2019, 6:20 PM.

Details

Summary

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.

Event Timeline

yln created this revision.Feb 15 2019, 6:20 PM
yln added a reviewer: rnk.Feb 15 2019, 6:24 PM
rnk accepted this revision.Feb 20 2019, 4:11 PM

lgtm I think everyone uses -j and not --threads anyway. If a user complains, we can add an alias option.

This revision is now accepted and ready to land.Feb 20 2019, 4:11 PM
yln abandoned this revision.Oct 4 2019, 11:00 AM