llvm-6502/lib/Archive
Reid Spencer d4543da9b0 Fix some things for Mac OSX archives:
* ensure trailing spaces are eliminated so they don't factor into the
  length of a member's name.
* make sure all the bytes of a name are written even if the name ends in
  multiple null characters (bug in OSX ar)
* make sure we provide the full member name when searching for symbols so
  the module name is not accidentally duplicated.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17918 91177308-0d34-0410-b5e6-96231b3b80d8
2004-11-17 18:28:29 +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 Make sure we parse bytecode with a module identifier that reflects the full 2004-11-17 18:25:21 +00:00
ArchiveWriter.cpp Fix some things for Mac OSX archives: 2004-11-17 18:28:29 +00:00
Makefile Makefile for the LLVMArchive library. 2004-11-06 08:52:36 +00:00