llvmlite
llvmlite copied to clipboard
sum.py example doesn't compile as it uses LegacyPassManger Code
https://github.com/numba/llvmlite/blob/main/examples/sum.py example still uses the LegacyPassManger syntax, which is no longer supported.
I'll take a look and fix it.