For my application it is important that I get bit code out the other end and I couldn't get the linux linker to link llvm. Is there a way to do this with other tools? I noticed a TODO in the llvm-link.cpp file that said that this should be done so I figured that that would be the right place to do it.<div>

<br><div class="gmail_quote">2011/7/30 Rafael Ávila de Espíndola <span dir="ltr"><<a href="mailto:rafael.espindola@gmail.com">rafael.espindola@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div class="im">On 2011-07-29 16:16, Gregory Malecha wrote:<br>
> Hello,<br>
><br>
> I'm working on a project that involves archive files and since llvm-link<br>
> does not currently support them, I have a simple patch (attached) to add<br>
> this functionality. It isn't really efficient (it recomputes the set of<br>
> symbols that need to be linked in after each link), and it probably has<br>
> some problems with append linkage, but so far it has been enough for me.<br>
><br>
> I'd like to clean this up and commit it back to llvm. Would someone like<br>
> to tell me how to proceed?<br>
<br>
</div>llvm-link is a very simple developer's tool. Can you use llvm-ld or a<br>
system linker that supports LLVM IL?<br>
<br>
> Thanks.<br>
><br>
<br>
Cheers,<br>
Rafael<br>
_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>gregory malecha<br><div><a href="http://www.people.fas.harvard.edu/~gmalecha/" target="_blank">http://www.people.fas.harvard.edu/~gmalecha/</a></div><br>
</div>