Provide initial implementations of Memory and Process concepts for various
[oota-llvm.git] / lib / System / FreeBSD / Path.cpp
index 3722b1e6a57e2611d92f2d2bab8075b807e405f1..61b25024b1ec6be0003e8335f7a95ffa40f63bab 100644 (file)
@@ -45,6 +45,11 @@ Path::GetTemporaryDirectory() {
   return result;
 }
 
+std::string
+Path::GetDLLSuffix() {
+  return "so";
+}
+
 }
 
 // vim: sw=2 smartindent smarttab tw=80 autoindent expandtab