numba / llvmlite

A lightweight LLVM python binding for writing JIT compilers
https://llvmlite.pydata.org/
BSD 2-Clause "Simplified" License
1.94k stars 321 forks source link

LLVM14 test suite not run on llvmdev pacakage build #913

Open apmasell opened 1 year ago

apmasell commented 1 year ago

Spawned from #830 The llvm-lit test suite isn't run for LLVM 14 as the tool has changed. There seems to be multiple issues:

The unit test files appear to be in llvm/tests. Worth noting that the LLVM-provided Debian packages do not include llvm-lit, so it is unclear if this is a preferred way to run tests.