llvm-6502/tools/lli
Andrew Kaylor b90cc2fa0b Provide workaround for PR 15130.
This changes the RecordingMemoryManager in lli to use mapped memory rather than malloc to allocate memory for sections and uses a 'near' MemoryBlock to keep the allocations together.  This works around a problem in MCJIT where relocations are applied to a generated image immediately oupon generation, which isn't appropriate for the remote case.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176057 91177308-0d34-0410-b5e6-96231b3b80d8
2013-02-25 23:00:19 +00:00
..
CMakeLists.txt Add support for source and line information to IntelJITEventListener for object emitted by MCJIT. 2013-01-28 19:52:37 +00:00
lli.cpp
LLVMBuild.txt
Makefile Add support for source and line information to IntelJITEventListener for object emitted by MCJIT. 2013-01-28 19:52:37 +00:00
RecordingMemoryManager.cpp Provide workaround for PR 15130. 2013-02-25 23:00:19 +00:00
RecordingMemoryManager.h Provide workaround for PR 15130. 2013-02-25 23:00:19 +00:00
RemoteTarget.cpp
RemoteTarget.h