[llvm-commits] CVS: llvm/lib/System/Win32/Path.cpp

Reid Spencer reid at x10sys.com
Mon Dec 13 10:41:41 PST 2004



Changes in directory llvm/lib/System/Win32:

Path.cpp updated: 1.11 -> 1.12
---
Log message:

Genericize implementation of GetDLLSuffix now that we have LTDL_SHLIB_EXT
available.


---
Diffs of the changes:  (+0 -5)

Index: llvm/lib/System/Win32/Path.cpp
diff -u llvm/lib/System/Win32/Path.cpp:1.11 llvm/lib/System/Win32/Path.cpp:1.12
--- llvm/lib/System/Win32/Path.cpp:1.11	Mon Dec 13 01:51:52 2004
+++ llvm/lib/System/Win32/Path.cpp	Mon Dec 13 12:41:28 2004
@@ -118,11 +118,6 @@
   return result;
 }
 
-std::string
-Path::GetDLLSuffix() {
-  return "dll";
-}
-
 static void getPathList(const char*path, std::vector<sys::Path>& Paths) {
   const char* at = path;
   const char* delim = strchr(at, ';');






More information about the llvm-commits mailing list