llvm-6502/tools/lli
Andrew Kaylor 257a009332 Modifying lli to use the SectionMemoryManager.
The functionality of SectionMemoryManager is equivalent to the LLIMCJITMemoryManager being replaced except that it allocates memory as RW and later changes it to RX or R as needed.  The page permissions are set in the call to MCJIT::finalizeObject.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168722 91177308-0d34-0410-b5e6-96231b3b80d8
2012-11-27 19:49:00 +00:00
..
CMakeLists.txt
lli.cpp Modifying lli to use the SectionMemoryManager. 2012-11-27 19:49:00 +00:00
LLVMBuild.txt
Makefile
RecordingMemoryManager.cpp MCJIT: [cygming] Give noop to __main also in RecordingMemoryManger. It is emitted in @main(). 2012-11-18 06:16:32 +00:00
RecordingMemoryManager.h
RemoteTarget.cpp
RemoteTarget.h