to put it. This should unbreak the Mips bots.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222861
91177308-0d34-0410-b5e6-
96231b3b80d8
return nullptr;
}
#endif // USE_OPROFILE
-private:
- virtual void anchor();
};
} // end namespace llvm.
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) {