search for: rcz

Displaying 2 results from an estimated 2 matches for "rcz".

Did you mean: rc
2012 Jul 31
3
[LLVMdev] Compressing with llvm-ar
...ging I found that the compressed flag gets passed to several calls and eventually makes it to Archive::writeMember() but this function doesn't do anything with it. Is compression working with llvm-ar? Can someone provide an example of how to use it? My command line looks something like llvm-ar rcz [archive_name] [input_file] Thanks, Javier -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120731/24fb009d/attachment.html>
2012 Aug 09
0
[LLVMdev] Compressing with llvm-ar
...ed flag gets passed to > several calls and eventually makes it to Archive::writeMember() but this > function doesn’t do anything with it. > > > > Is compression working with llvm-ar? Can someone provide an example of how > to use it? My command line looks something like llvm-ar rcz [archive_name] > [input_file] > > > > Thanks, > > Javier llvm-ar cannot do compression. - Michael Spencer