llvm-6502/lib/Bytecode
Chris Lattner b52f1c2950 Make sure to clear the LazyFunctionLoadMap after we ParseAllFunctionBodies.
Otherwise, clients who call ParseAllFunctionBodies will attempt to parse
the function bodies twice, which is (uh) very very bad (tm).

This fixes gccld on python.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20152 91177308-0d34-0410-b5e6-96231b3b80d8
2005-02-13 17:48:18 +00:00
..
Archive Properly close mapped files. 2005-01-28 01:17:07 +00:00
Reader Make sure to clear the LazyFunctionLoadMap after we ParseAllFunctionBodies. 2005-02-13 17:48:18 +00:00
Writer Check in some patches for better assertions 2004-12-04 21:28:47 +00:00
Makefile Add the Archive library 2004-11-14 21:55:27 +00:00