llvm-mirror/lib/Bytecode
Reid Spencer 1c4d0a214a Correct the computation of when to add the padding. It is not based on the
member's size. It is based on the oddness/evenness of the file pointer.
This fixes a bug with llvm-ar not being able to read archives produced by
llvm-ranlib when there are members with odd long file name lengths.

llvm-svn: 17997
2004-11-19 17:08:00 +00:00
..
Archive Correct the computation of when to add the padding. It is not based on the 2004-11-19 17:08:00 +00:00
Reader Add note that this is for old bytecode files. 2004-11-19 16:24:05 +00:00
Writer Do not emit FunctionBlock blocks for external functions. This shrinks 2004-11-15 22:39:49 +00:00
Makefile Add the Archive library 2004-11-14 21:55:27 +00:00