From da469ecbbdc033b38842335e8e8ed68dfe93be28 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Sat, 26 Oct 2013 13:52:31 +0000 Subject: lli/RemoteMemoryManager.cpp: Resurrect __main stuff removed in r192504 to unbreak mingw32. llvm-svn: 193472 --- llvm/tools/lli/RemoteMemoryManager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/tools/lli/RemoteMemoryManager.h') diff --git a/llvm/tools/lli/RemoteMemoryManager.h b/llvm/tools/lli/RemoteMemoryManager.h index 5d0456f5098..3368b30ed6a 100644 --- a/llvm/tools/lli/RemoteMemoryManager.h +++ b/llvm/tools/lli/RemoteMemoryManager.h @@ -78,7 +78,7 @@ public: // interface does support this, but clients must provide their own // mechanism for finding remote symbol addresses. MCJIT will resolve // symbols from Modules it contains. - uint64_t getSymbolAddress(const std::string &Name) { return 0; } + uint64_t getSymbolAddress(const std::string &Name); void notifyObjectLoaded(ExecutionEngine *EE, const ObjectImage *Obj); -- cgit v1.2.3