diff options
Diffstat (limited to 'llvm/lib/System/Darwin/Path.cpp')
-rw-r--r-- | llvm/lib/System/Darwin/Path.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/lib/System/Darwin/Path.cpp b/llvm/lib/System/Darwin/Path.cpp index 165bbc64b5e..33d15d1fb97 100644 --- a/llvm/lib/System/Darwin/Path.cpp +++ b/llvm/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 |