llvm-6502/lib/Bytecode
Reid Spencer 6405c9ec9f 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.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17997 91177308-0d34-0410-b5e6-96231b3b80d8
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