summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/ExecutionEngine.cpp
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2014-11-27 00:15:28 +0000
committerLang Hames <lhames@gmail.com>2014-11-27 00:15:28 +0000
commita662d16314689a6530c33a9f6c0d628f485301a2 (patch)
tree57a26e6de3143d177584316c37b9cdfc4ab0acc8 /llvm/lib/ExecutionEngine/ExecutionEngine.cpp
parenta4f0bd7857d549f3354329ec23c1c7cb3ed49f71 (diff)
downloadbcm5719-llvm-a662d16314689a6530c33a9f6c0d628f485301a2.tar.gz
bcm5719-llvm-a662d16314689a6530c33a9f6c0d628f485301a2.zip
[MCJIT] Remove JITEventListener's anchor until I can determine the right place
to put it. This should unbreak the Mips bots. llvm-svn: 222861
Diffstat (limited to 'llvm/lib/ExecutionEngine/ExecutionEngine.cpp')
-rw-r--r--llvm/lib/ExecutionEngine/ExecutionEngine.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/ExecutionEngine/ExecutionEngine.cpp b/llvm/lib/ExecutionEngine/ExecutionEngine.cpp
index 4d4cb2a26d8..20d1631a0ce 100644
--- a/llvm/lib/ExecutionEngine/ExecutionEngine.cpp
+++ b/llvm/lib/ExecutionEngine/ExecutionEngine.cpp
@@ -48,9 +48,6 @@ ExecutionEngine *(*ExecutionEngine::MCJITCtor)(
ExecutionEngine *(*ExecutionEngine::InterpCtor)(std::unique_ptr<Module> M,
std::string *ErrorStr) =nullptr;
-// Anchor for the JITEventListener class.
-void JITEventListener::anchor() {}
-
ExecutionEngine::ExecutionEngine(std::unique_ptr<Module> M)
: EEState(*this),
LazyFunctionCreator(nullptr) {
OpenPOWER on IntegriCloud