[all-commits] [llvm/llvm-project] c776a5: [libc] Implement lit-based test execution for Libc...
Jeff Bailey via All-commits
all-commits at lists.llvm.org
Fri Feb 13 10:40:16 PST 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c776a52fa263999d4b14b6d7ce734384ef1c090d
https://github.com/llvm/llvm-project/commit/c776a52fa263999d4b14b6d7ce734384ef1c090d
Author: Jeff Bailey <jbailey at raspberryginger.com>
Date: 2026-02-13 (Fri, 13 Feb 2026)
Changed paths:
M libc/cmake/modules/LLVMLibCTestRules.cmake
M libc/test/CMakeLists.txt
A libc/test/lit.cfg.py
A libc/test/lit.site.cfg.py.in
A libc/utils/libctest/__init__.py
A libc/utils/libctest/format.py
Log Message:
-----------
[libc] Implement lit-based test execution for Libc (#178746)
This provides optional lit-based test execution for the LLVM Libc tests,
alongside the existing CMake-based test execution.
Usage:
ninja -C build check-libc-lit
cd build && bin/llvm-lit libc/test/src/
Partially addresses
[#118694](https://github.com/llvm/llvm-project/issues/118694). A future
PR once this lands will flip the default (per suggestion in the RFC)
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list