diff options
Diffstat (limited to 'lib/System/Darwin/Path.cpp')
-rw-r--r-- | lib/System/Darwin/Path.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/System/Darwin/Path.cpp b/lib/System/Darwin/Path.cpp index 165bbc64b5..33d15d1fb9 100644 --- a/lib/System/Darwin/Path.cpp +++ b/lib/System/Darwin/Path.cpp @@ -43,6 +43,11 @@ Path::GetTemporaryDirectory() { return result; } +std::string +Path::GetDLLSuffix() { + return "dyld"; +} + } // vim: sw=2 smartindent smarttab tw=80 autoindent expandtab |