1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/lib/Bytecode/Reader
Chris Lattner 1788cf35ab 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.

llvm-svn: 20152
2005-02-13 17:48:18 +00:00
..
Analyzer.cpp Don't print a bunch of metrics that are meaningless for external functions 2004-10-15 19:40:31 +00:00
Makefile Fix library name. 2004-10-28 05:32:01 +00:00
Reader.cpp Make sure to clear the LazyFunctionLoadMap after we ParseAllFunctionBodies. 2005-02-13 17:48:18 +00:00
Reader.h Adjust to changes in User class and minor changes in instruction ctors. 2005-01-29 00:36:19 +00:00
ReaderWrappers.cpp Do not put internal symbols into the symbol table. This shrinks the symbol 2005-02-13 17:42:11 +00:00