mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
80daeb4cdb
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 |
||
---|---|---|
.. | ||
ArchiveReader.cpp | ||
ConstantReader.cpp | ||
InstructionReader.cpp | ||
Makefile | ||
Reader.cpp | ||
ReaderInternals.h | ||
ReaderWrappers.cpp |