[clang] [llvm] [analyzer] Consolidate array bound checkers (PR #125534)
DonĂ¡t Nagy via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 7 02:29:05 PST 2025
NagyDonat wrote:
The unittest failure seems to be random nonsense, apparently the Python package `psutil` is not available on that windows machine:
> llvm-lit.py: C:\a\lld-x86_64-win\build\utils\lit\tests\lit.cfg:111: warning: Setting a timeout per test not supported. Requires the Python psutil module but it could not be found. Try installing it via pip or via your operating system's package manager.
My commit doesn't change any lit test configuration and does not touch any test that has timeouts.
https://github.com/llvm/llvm-project/pull/125534
More information about the cfe-commits
mailing list