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.
Details
Details
- Reviewers
serge-sans-paille rnk
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 28230 Build 28229: arc lint + arc unit
Event Timeline
Comment Actions
lgtm I think everyone uses -j and not --threads anyway. If a user complains, we can add an alias option.