> > That's not how the object works...
Gordon, I think I can make it work if we have the following additional
function in LLVM-C:
LLVMModuleRef LLVMGetModule(LLVMModuleProviderRef MP) {
return wrap(unwrap(MP)->getModule());
}
Do you think you could add that? Can I send you a patch?
Thanks & Regards,
-Mahadevan.