[LLVMdev] Python bindings available.

Mahadevan R mdevan.foobar at gmail.com
Mon May 12 23:12:35 PDT 2008


>  >  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.



More information about the llvm-dev mailing list