[LLVMdev] llvm-link Patch

Gregory Malecha gmalecha at eecs.harvard.edu
Fri Jul 29 13:16:59 PDT 2011


Hello,

I'm working on a project that involves archive files and since llvm-link
does not currently support them, I have a simple patch (attached) to add
this functionality. It isn't really efficient (it recomputes the set of
symbols that need to be linked in after each link), and it probably has some
problems with append linkage, but so far it has been enough for me.

I'd like to clean this up and commit it back to llvm. Would someone like to
tell me how to proceed?

Thanks.

-- 
gregory malecha
http://www.people.fas.harvard.edu/~gmalecha/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110729/00dd1768/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: link-archives.patch
Type: text/x-patch
Size: 8101 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110729/00dd1768/attachment.bin>


More information about the llvm-dev mailing list