summaryrefslogtreecommitdiffstats
path: root/llvm/tools/lli/RemoteMemoryManager.h
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-10-26 13:52:31 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-10-26 13:52:31 +0000
commitda469ecbbdc033b38842335e8e8ed68dfe93be28 (patch)
tree31cdc1484060d95fd90b3075a9c60327c32ba38f /llvm/tools/lli/RemoteMemoryManager.h
parent853b460e4f1e169b6d806233a298a9a2f56bed4c (diff)
downloadbcm5719-llvm-da469ecbbdc033b38842335e8e8ed68dfe93be28.tar.gz
bcm5719-llvm-da469ecbbdc033b38842335e8e8ed68dfe93be28.zip
lli/RemoteMemoryManager.cpp: Resurrect __main stuff removed in r192504 to unbreak mingw32.
llvm-svn: 193472
Diffstat (limited to 'llvm/tools/lli/RemoteMemoryManager.h')
-rw-r--r--llvm/tools/lli/RemoteMemoryManager.h2
1 files changed, 1 insertions, 1 deletions
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);
OpenPOWER on IntegriCloud