Provide initial implementations of Memory and Process concepts for various
[oota-llvm.git] / lib / System / Darwin / Path.cpp
index 165bbc64b5ee24457293cbe8d01088aef87b05fd..33d15d1fb97fed2ccd6717b1999e5f393c4cc62f 100644 (file)
@@ -43,6 +43,11 @@ Path::GetTemporaryDirectory() {
   return result;
 }
 
+std::string
+Path::GetDLLSuffix() {
+  return "dyld";
+}
+
 }
 
 // vim: sw=2 smartindent smarttab tw=80 autoindent expandtab