llvm-6502/lib/Bytecode
Chris Lattner f0edc6c18b Fix massive resource leaks in the bytecode reader. Reading a bytecode file
with ParseBytecodeFile used to leak both a ModuleProvider (and related
bytecode parser stuff attached to it) AND a file descriptor, which was
never closed.  This prevented gccld/llvm-ld/llvm-link from linking together
apps with more that ~252 .bc files on darwin.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30912 91177308-0d34-0410-b5e6-96231b3b80d8
2006-10-12 18:32:30 +00:00
..
Archive For PR797: 2006-08-25 19:54:53 +00:00
Reader Fix massive resource leaks in the bytecode reader. Reading a bytecode file 2006-10-12 18:32:30 +00:00
Writer Adding dllimport, dllexport and external weak linkage types. 2006-09-14 18:23:27 +00:00
Makefile Add the Archive library 2004-11-14 21:55:27 +00:00