summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/RuntimeDyld
diff options
context:
space:
mode:
authorFilip Pizlo <fpizlo@apple.com>2013-05-21 19:56:00 +0000
committerFilip Pizlo <fpizlo@apple.com>2013-05-21 19:56:00 +0000
commit34b9ee6f3b2d219645782e4a3c3d01e749d376a1 (patch)
tree308a380e489625e0c8ef29f00a4937007143de16 /llvm/lib/ExecutionEngine/RuntimeDyld
parentccc11811052db89421ed8f7cdc42af4dda7f7f94 (diff)
downloadbcm5719-llvm-34b9ee6f3b2d219645782e4a3c3d01e749d376a1.tar.gz
bcm5719-llvm-34b9ee6f3b2d219645782e4a3c3d01e749d376a1.zip
Put RTDyldMemoryManager into its own file, and make it linked into
libExecutionEngine. Move method implementations that aren't specific to allocation out of SectionMemoryManager and into RTDyldMemoryManager. This is in preparation for exposing RTDyldMemoryManager through the C API. llvm-svn: 182407
Diffstat (limited to 'llvm/lib/ExecutionEngine/RuntimeDyld')
-rw-r--r--llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp b/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
index a08b508a8df..844f1c2931c 100644
--- a/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
+++ b/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
@@ -24,8 +24,6 @@ using namespace llvm;
using namespace llvm::object;
// Empty out-of-line virtual destructor as the key function.
-RTDyldMemoryManager::~RTDyldMemoryManager() {}
-void RTDyldMemoryManager::registerEHFrames(StringRef SectionData) {}
RuntimeDyldImpl::~RuntimeDyldImpl() {}
namespace llvm {
OpenPOWER on IntegriCloud