diff options
| author | Filip Pizlo <fpizlo@apple.com> | 2013-05-21 20:03:01 +0000 |
|---|---|---|
| committer | Filip Pizlo <fpizlo@apple.com> | 2013-05-21 20:03:01 +0000 |
| commit | 5aefb1339cb0ef29c39d3d08f387a2c53130a381 (patch) | |
| tree | bfc36c38ea792eafcca74d5eb5f318e2830c43b9 /llvm/lib/ExecutionEngine/RuntimeDyld | |
| parent | e1e3f7cc01e5636949ee29c4def783f660307203 (diff) | |
| download | bcm5719-llvm-5aefb1339cb0ef29c39d3d08f387a2c53130a381.tar.gz bcm5719-llvm-5aefb1339cb0ef29c39d3d08f387a2c53130a381.zip | |
Roll out r182407 and r182408 because they broke builds.
llvm-svn: 182409
Diffstat (limited to 'llvm/lib/ExecutionEngine/RuntimeDyld')
| -rw-r--r-- | llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp b/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp index 844f1c2931c..a08b508a8df 100644 --- a/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp +++ b/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp @@ -24,6 +24,8 @@ 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 { |

