Unit test r218187, changing RTDyldMemoryManager::getSymbolAddress's behavior favor...
[oota-llvm.git] / lib / ExecutionEngine / RTDyldMemoryManager.cpp
index a84f880f9122f678b2ec9da09d4311f2244de1a9..2bade6b6a6563d53bba9a5fbdb69f3c1f67ab87d 100644 (file)
@@ -210,7 +210,7 @@ ARM_MATH_IMPORTS(ARM_MATH_DECL)
 #undef ARM_MATH_DECL
 #endif
 
-uint64_t RTDyldMemoryManager::getSymbolAddress(const std::string &Name) {
+uint64_t getSymbolAddress(const std::string &Name) {
   // This implementation assumes that the host program is the target.
   // Clients generating code for a remote target should implement their own
   // memory manager.