1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
llvm-mirror/lib/Bytecode/Reader
John Criswell 80daeb4cdb Fix PR#193.
Modified ReadArchiveBuffer() so that it dynamically allocates the
std::string object used to hold the bytecode object file's name.  This is
necessary because it is passed by reference to the new Module that is
allocated to represent the bytecode object, and previously we were
using a std::string that disappeared on function exit.

llvm-svn: 10565
2003-12-20 22:37:29 +00:00
..
ArchiveReader.cpp Fix PR#193. 2003-12-20 22:37:29 +00:00
ConstantReader.cpp In the future, these slabs can be null... 2003-11-19 17:20:42 +00:00
InstructionReader.cpp Minor efficiency improvements, finegrainify namespacification 2003-11-19 17:21:11 +00:00
Makefile Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00
Reader.cpp Emit & read more compressed bytecode by not emitting a bytecodeblock for 2003-12-01 07:05:31 +00:00
ReaderInternals.h Emit & read more compressed bytecode by not emitting a bytecodeblock for 2003-12-01 07:05:31 +00:00
ReaderWrappers.cpp Throw better error messages, by calling strerror(errno) when we 2003-12-12 00:47:44 +00:00