[llvm-commits] [PATCH] Add module linking C API

Andrew Wilkins axwalk at gmail.com
Thu May 3 06:13:14 PDT 2012


Hello,

I've been doing some work with the LLVM C API, and
found that there's currently no way to link modules.

I only need the bare minimum: a means of linking two
in-memory modules together. I have not implemented
any interfaces to the file handling routines.

Would someone please review the attached patch
and let me know if this is acceptable?

Thanks and regards,
-- 
Andrew Wilkins
http://awilkins.id.au
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120503/94cb7957/attachment.html>


More information about the llvm-commits mailing list