llvm-6502/tools/lli
Andrew Kaylor 28989889bf Add a method to indicate section address re-assignment is finished.
Prior to this patch RuntimeDyld attempted to re-apply relocations every time reassignSectionAddress was called (via MCJIT::mapSectionAddress).  In addition to being inefficient and redundant, this led to a problem when a section was temporarily moved too far away from another section with a relative relocation referencing the section being moved.  To fix this, I'm adding a new method (finalizeObject) which the client can call to indicate that it is finished rearranging section addresses so the relocations can safely be applied.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167400 91177308-0d34-0410-b5e6-96231b3b80d8
2012-11-05 20:57:16 +00:00
..
CMakeLists.txt lli: Initialize the native asm parser for inline assembly. 2012-11-05 19:06:05 +00:00
lli.cpp Add a method to indicate section address re-assignment is finished. 2012-11-05 20:57:16 +00:00
LLVMBuild.txt lli: Initialize the native asm parser for inline assembly. 2012-11-05 19:06:05 +00:00
Makefile lli: Initialize the native asm parser for inline assembly. 2012-11-05 19:06:05 +00:00
RecordingMemoryManager.cpp
RecordingMemoryManager.h
RemoteTarget.cpp Mark code, not data, as executable in lli RemoteTarget simulator. 2012-10-31 20:37:14 +00:00
RemoteTarget.h