[libc-commits] [libc] [libc] Replace check-libc with lit-based test execution (PR #184163)

Jeff Bailey via libc-commits libc-commits at lists.llvm.org
Wed Mar 4 09:00:40 PST 2026


kaladron wrote:

> Another question, I'm guessing this will use the standard `lit` parallelism handling? In the past I had to use a CMake job pool to limit the execution of GPU unit tests, as launching several GPU processes at the same time can cause problems.

I beleive that it should - lit is what's executing the tests, it's not running them in cmake.

https://github.com/llvm/llvm-project/pull/184163


More information about the libc-commits mailing list