OSDN Git Service

Refactor MCJIT 32-bit section loading.
authorJim Grosbach <grosbach@apple.com>
Fri, 8 Apr 2011 17:31:24 +0000 (17:31 +0000)
committerJim Grosbach <grosbach@apple.com>
Fri, 8 Apr 2011 17:31:24 +0000 (17:31 +0000)
commitb027105fa50c864d44873dc78daafb3db3ec9c14
tree921424701f964bbe027bef5b1b698d8945c1698d
parent084b5df5aedc83af0588ae8c2145e4f98faf1d8f
Refactor MCJIT 32-bit section loading.

Teach 32-bit section loading to use the Memory Manager interface, just like
the 64-bit loading does. Tidy up a few other things here and there.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129138 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ExecutionEngine/RuntimeDyld.h
lib/ExecutionEngine/MCJIT/MCJITMemoryManager.h
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
tools/llvm-rtdyld/llvm-rtdyld.cpp