[llvm-commits] [patch] link archive files in llvm-link

Rafael EspĂ­ndola rafael.espindola at gmail.com
Sun Aug 26 18:17:21 PDT 2012


On 25 August 2012 04:21, Charles Mason <cemasoniv at gmail.com> wrote:
> I've been doing a bit of toying around with the IR bytecode in llvm and
> didn't find an obvious command line utility to incrementally link objects
> and archives.
>
> Thus, the attached patch was born.
>
> It adds a command line option -a to llvm-link.  The archive is opened and
> modules are linked, one at a time, after all object files have been linked
> first.

There was some discussion about this in:


http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20120730/147288.html

> I'm still new to llvm so my apologies if this could have been written better
> :)
>
> Charles

Cheers,
Rafael



More information about the llvm-commits mailing list