From 566ac28f359d5fced04ec491cf67508715719984 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sat, 11 Sep 2004 04:59:30 +0000 Subject: Provide initial implementations of Memory and Process concepts for various platforms. Implement GetLLVMSuffix function for the Path concept. llvm-svn: 16292 --- llvm/lib/System/Interix/Path.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'llvm/lib/System/Interix/Path.cpp') diff --git a/llvm/lib/System/Interix/Path.cpp b/llvm/lib/System/Interix/Path.cpp index ea009e232de..47f6c5d7db1 100644 --- a/llvm/lib/System/Interix/Path.cpp +++ b/llvm/lib/System/Interix/Path.cpp @@ -45,6 +45,11 @@ Path::GetTemporaryDirectory() { return result; } +std::string +Path::GetDLLSuffix() { + return "dll"; +} + } // vim: sw=2 smartindent smarttab tw=80 autoindent expandtab -- cgit v1.2.3