[llvm-commits] [PATCH] Add module linking C API
Bill Wendling
wendling at apple.com
Tue May 8 13:04:23 PDT 2012
Hi Andrew,
The patch looks fine to me. Go ahead and apply it.
-bw
On May 3, 2012, at 6:13 AM, Andrew Wilkins wrote:
> 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
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list