This seems to work on freebsd these days. If someone could test on openbsd that would be awesome.
Diff Detail
Diff Detail
Event Timeline
llvm/utils/lit/lit/main.py | ||
---|---|---|
289 ↗ | (On Diff #96974) | Could you leave them as obsolete and notify to a user, not just pruning? |
Comment Actions
The only complain I've heard about the new execution model is that if you quickly interrupt lit during Pool initialization you can get Python traceback spew from every worker. While the old code behaved slightly better in this area, fixing this seems separable from removing the old codepath.
Any idea who can test OpenBSD?
llvm/utils/lit/lit/run.py | ||
---|---|---|
240 ↗ | (On Diff #96974) | You can get rid of this call and move the mp.Pool code into this method |
243 ↗ | (On Diff #96974) | This method should also be dead now. |
Comment Actions
"make lld-test" works fine; trying "make check-all" now, but I'm not sure lldb is in a testable state on OpenBSD at this moment.