1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-svn: 166074
This commit is contained in:
Eric Christopher 2012-10-16 23:46:19 +00:00
parent 96ecdfd8dd
commit 7eb11f8437

View File

@ -63,7 +63,7 @@ protected:
// Any relocations already associated with the symbol will be re-resolved. // Any relocations already associated with the symbol will be re-resolved.
void reassignSectionAddress(unsigned SectionID, uint64_t Addr); void reassignSectionAddress(unsigned SectionID, uint64_t Addr);
public: public:
RuntimeDyld(RTDyldMemoryManager*); RuntimeDyld(RTDyldMemoryManager *);
~RuntimeDyld(); ~RuntimeDyld();
/// loadObject - prepare the object contained in the input buffer for /// loadObject - prepare the object contained in the input buffer for