search for: 6923df41

Displaying 1 result from an estimated 1 matches for "6923df41".

2012 Jul 31
3
[LLVMdev] Compressing with llvm-ar
Hello, The documentation for llvm-ar says that option 'z' is used to compressed a file before archiving it. I did some tests with different input files (text and LLVM bitcode) and found the archive to be about the same size as the input. When debugging I found that the compressed flag gets passed to several calls and eventually makes it to Archive::writeMember() but this function