Lit is a portable tool for executing LLVM and Clang style test suites,
summarizing their results, and providing indication of failures. Lit is
designed to be a lightweight testing tool with as simple a user interface
as possible/
Provides
Requires
License
Apache-2.0 WITH LLVM-exception
Changelog
* Sun Sep 13 2026 Martin Pluskal <mpluskal@suse.com>
- Update to 23.1.1 (LLVM 23.1 test-suite runner, syncs with llvmorg-23.1.1):
* no upstream changelog shipped in the PyPI sdist
* new modules: lit DiffUpdater, InprocBuiltins, ShellEnvironment
* new builtin command helper with process launch limits
- Co