summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/include/llvm/ExecutionEngine/ObjectMemoryBuffer.h1
-rw-r--r--llvm/lib/ExecutionEngine/MCJIT/MCJIT.cpp2
2 files changed, 0 insertions, 3 deletions
diff --git a/llvm/include/llvm/ExecutionEngine/ObjectMemoryBuffer.h b/llvm/include/llvm/ExecutionEngine/ObjectMemoryBuffer.h
index 03567530fb3..0f00ad006a7 100644
--- a/llvm/include/llvm/ExecutionEngine/ObjectMemoryBuffer.h
+++ b/llvm/include/llvm/ExecutionEngine/ObjectMemoryBuffer.h
@@ -56,7 +56,6 @@ public:
private:
SmallVector<char, 0> SV;
std::string BufferName;
- void anchor() override;
};
} // namespace llvm
diff --git a/llvm/lib/ExecutionEngine/MCJIT/MCJIT.cpp b/llvm/lib/ExecutionEngine/MCJIT/MCJIT.cpp
index eb99312bb73..7b3acb830e0 100644
--- a/llvm/lib/ExecutionEngine/MCJIT/MCJIT.cpp
+++ b/llvm/lib/ExecutionEngine/MCJIT/MCJIT.cpp
@@ -28,8 +28,6 @@
using namespace llvm;
-void llvm::ObjectMemoryBuffer::anchor() {}
-
namespace {
static struct RegisterJIT {
OpenPOWER on IntegriCloud