How to execute Numba generated IR?

Hi there, I’m new to Numba. The LLVM IR generation function is impressive, but it seems to generate only the module IR. ‘lli’ complains that I can’t find the ‘main’ entrance when I run the generated ‘.ll’ file directly. May I ask if converting Python code to runnable or ‘standalone’ IR using Numba is possible? Thank you!