[llvm] [CMake][LIT] Add option to run lit testsuites in parallel (PR #82899)

Mehdi Amini via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 11 13:15:02 PDT 2024


joker-eph wrote:

One more subtlety: when lit runs the tests, it'll run them all and reports the failures.
When we split the lit invocation across ninja targets, ninja stops at the first failure by default...

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


More information about the llvm-commits mailing list