llvmlite
llvmlite copied to clipboard
Make symbol resolution lazy
This delays the lookup of a symbol until it is first called, which in turn allows us to write a test for extraction of native code from a package.
Note for reviewers: prior discussions on #829