> llvm-ar cannot do compression.I think this is a leftover from the days we used to have a *byte*code and use bzip2 on it :-) I will try to clean it up.> - Michael Spencer >Cheers, Rafael
> I think this is a leftover from the days we used to have a *byte*code > and use bzip2 on it :-) > > I will try to clean it up.The attached patch removes all references to compression from llvm-ar, llvm-ranlib and related libraries. Is it OK? Cheers, Rafael -------------- next part -------------- A non-text attachment was scrubbed... Name: t.patch Type: application/octet-stream Size: 10159 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120809/c0f5ced9/attachment.obj>
On Thu, Aug 9, 2012 at 12:49 PM, Rafael Espíndola <rafael.espindola at gmail.com> wrote:>> I think this is a leftover from the days we used to have a *byte*code >> and use bzip2 on it :-) >> >> I will try to clean it up. > > The attached patch removes all references to compression from llvm-ar, > llvm-ranlib and related libraries. > > Is it OK? > > Cheers, > RafaelLGTM. And I had forgotten that llvm-ar still uses exceptions... - Michael Spencer