llvm-6502/lib/Bytecode
Reid Spencer 6ff7240a5c Fix a problem with llvm-ranlib that (on some platforms) caused the archive
file to become corrupted due to interactions between mmap'd memory segments
and file descriptors closing. The problem is completely avoiding by using
a third temporary file.

Patch provided by Evan Jones


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24527 91177308-0d34-0410-b5e6-96231b3b80d8
2005-11-30 05:21:10 +00:00
..
Archive Fix a problem with llvm-ranlib that (on some platforms) caused the archive 2005-11-30 05:21:10 +00:00
Reader Fix reading LLVM 1.3 bc files. 2005-11-12 18:31:54 +00:00
Writer trivial cleanup 2005-11-12 18:34:09 +00:00
Makefile Add the Archive library 2004-11-14 21:55:27 +00:00