1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 21:13:02 +02:00
llvm-mirror/lib/Bytecode
Reid Spencer a98ccac6fc 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.

llvm-svn: 17918
2004-11-17 18:28:29 +00:00
..
Archive Fix some things for Mac OSX archives: 2004-11-17 18:28:29 +00:00
Reader Per code review:\ 2004-11-16 06:41: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