Team tests seem to require at least two physical cores, and using the same trick as in https://reviews.llvm.org/D55598 doesn't work (why?) .
Using lit configuration instead.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I am fairly certain we need this lit.cfg addition soon anyway, so I'm OK with this, @AndreyChurbanov any objections?
Comment Actions
LGTM
We may need to also loose the internal tough limit of number of threads in the teams construct, which is currently not convenient to overcome. But this needs time to work on..