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

Bill Wendling wendling at apple.com
Wed May 9 01:56:38 PDT 2012


Okay. Committed as r156469. Thanks!

-bw

On May 8, 2012, at 4:36 PM, Andrew Wilkins wrote:

> Thanks, Bill.
> 
> Would you mind committing the patch? I don't have access, and I don't currently have plans to make regular commits.
> 
> Regards,
> Andrew
> 
> 
> On Wed, May 9, 2012 at 4:04 AM, Bill Wendling <wendling at apple.com> wrote:
> 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
> 
> 
> 
> 
> -- 
> Andrew Wilkins
> http://awilkins.id.au
> 




More information about the llvm-commits mailing list