lli/RemoteMemoryManager.cpp: Resurrect __main stuff removed in r192504 to unbreak...
[oota-llvm.git] / tools / lli / RemoteMemoryManager.h
index 5d0456f509802cb6e1bdc370b459f8638221730e..3368b30ed6a5fea220585d9c5da390e330276568 100644 (file)
@@ -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);