Hi all,
Currently, I’m using a Python packge (llvmlite) and I could only get a ModuleRef object from the upper Python layer.
To obtain a Module object, I need to convert from ModuleRef, how could I do this?
I’ve checked the implementation of “core.cpp”, but there is no such a function.
Thanks for any comments or discussions.
Bests,
Yushan