llvm-project/llvm/tools/llvm-rtdyld
Jim Grosbach 23de2437bd RuntimeDyld should use the memory manager API.
Start teaching the runtime Dyld interface to use the memory manager API
for allocating space. Rather than mapping directly into the MachO object,
we extract the payload for each object and copy it into a dedicated buffer
allocated via the memory manager. For now, just do Segment64, so this works
on x86_64, but not yet on ARM.

llvm-svn: 128973
2011-04-06 01:11:05 +00:00
..
CMakeLists.txt Update CMake link dependency. 2011-03-29 23:18:51 +00:00
Makefile Instantiate a JITMemoryManager for MCJIT Dyld 2011-03-29 21:03:05 +00:00
llvm-rtdyld.cpp RuntimeDyld should use the memory manager API. 2011-04-06 01:11:05 +00:00