search for: writemember

Displaying 4 results from an estimated 4 matches for "writemember".

2005 Nov 22
2
[LLVMdev] llvm-ranlib: Bus Error in regressions + fix
...t) () from /usr/lib/libstdc++.so.5 #2 0x4009c818 in std::basic_filebuf<char, std::char_traits<char> >::xsputn(char const*, int) () from /usr/lib/libstdc++.so.5 #3 0x400cbed1 in std::ostream::write(char const*, int) () from /usr/lib/libstdc++.so.5 #4 0x0829c9d0 in llvm::Archive::writeMember(llvm::ArchiveMember const&, std::basic_ofstream<char, std::char_traits<char> >&, bool, bool, bool) ( this=0x8356088, member=@0x8356180, ARFile=@0xbfffd630, CreateSymbolTable=false, TruncateNames=false, ShouldCompress=false) at ArchiveWriter.cpp:294 #5 0x0829d29...
2012 Jul 31
3
[LLVMdev] Compressing with llvm-ar
...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 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 sc...
2005 Nov 22
0
[LLVMdev] llvm-ranlib: Bus Error in regressions + fix
...tdc++.so.5 > #2 0x4009c818 in std::basic_filebuf<char, std::char_traits<char> > >::xsputn(char const*, int) () from /usr/lib/libstdc++.so.5 > #3 0x400cbed1 in std::ostream::write(char const*, int) () > from /usr/lib/libstdc++.so.5 > #4 0x0829c9d0 in llvm::Archive::writeMember(llvm::ArchiveMember const&, > std::basic_ofstream<char, std::char_traits<char> >&, bool, bool, bool) ( > this=0x8356088, member=@0x8356180, ARFile=@0xbfffd630, > CreateSymbolTable=false, TruncateNames=false, ShouldCompress=false) > at ArchiveWriter.cpp:2...
2012 Aug 09
0
[LLVMdev] Compressing with llvm-ar
...mpressed 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 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-a...