llvm-6502/lib/Bytecode/Archive
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.cpp Per code review:\ 2004-11-16 06:47:07 +00:00
ArchiveInternals.h Implementation declarations for Archive 2004-11-14 21:57:46 +00:00
ArchiveReader.cpp Correct the computation of when to add the padding. It is not based on the 2004-11-19 17:08:00 +00:00
ArchiveWriter.cpp Correct the computation of when to add the padding. It is not based on the 2004-11-19 17:08:00 +00:00
Makefile Makefile for the LLVMArchive library. 2004-11-06 08:52:36 +00:00